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