3 references to HandleCollector
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\NativeMethods.cs (3)
360
return
HandleCollector
.Add(hDc, NativeMethods.CommonHandles.HDC);
367
HandleCollector
.Remove((IntPtr)hDC, NativeMethods.CommonHandles.HDC);
381
public static readonly int HDC =
HandleCollector
.RegisterType("HDC", 100, 2); // wait for 2 dc's before collecting