public class CustomWnd : System.Windows.Window { static CustomWnd() { DefaultStyleKeyProperty.OverrideMetadata(typeof(CustomWnd), new FrameworkPropertyMetadata(typeof(... Read More
public static int GetRandom(int pMinVal = 0, int pMaxVal = int.MaxValue) { int m = pMaxVal - pMinVal; int rnd = int.MinValue; decimal _base = (decimal)long... Read More
internal struct CachedTypeInfo { public Type Type; public bool IsSingleton; } internal class ConstructorCache { private static ConcurrentDictionary _constructor... Read More