10 references to RegisterType
WindowsBase (10)
Shared\MS\Win32\NativeMethodsCLR.cs (10)
6594public static readonly int Accelerator = HandleCollector.RegisterType("Accelerator", 80, 50); 6599public static readonly int Cursor = HandleCollector.RegisterType("Cursor", 20, 500); 6604public static readonly int EMF = HandleCollector.RegisterType("EnhancedMetaFile", 20, 500); 6609public static readonly int Find = HandleCollector.RegisterType("Find", 0, 1000); 6614public static readonly int GDI = HandleCollector.RegisterType("GDI", 50, 500); 6620public static readonly int HDC = HandleCollector.RegisterType("HDC", 100, 2); // wait for 2 dc's before collecting 6625public static readonly int Icon = HandleCollector.RegisterType("Icon", 20, 500); 6630public static readonly int Kernel = HandleCollector.RegisterType("Kernel", 0, 1000); 6635public static readonly int Menu = HandleCollector.RegisterType("Menu", 30, 1000); 6640public static readonly int Window = HandleCollector.RegisterType("Window", 5, 1000);