7 references to HDC
WindowsBase (7)
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (7)
643
return HandleCollector.Add(h, NativeMethods.CommonHandles.
HDC
);
1610
return HandleCollector.Add(IntBeginPaint(hWnd, ref lpPaint), NativeMethods.CommonHandles.
HDC
);
1626
HandleCollector.Remove(lpPaint.hdc, NativeMethods.CommonHandles.
HDC
);
1652
return HandleCollector.Add(hDc, NativeMethods.CommonHandles.
HDC
);
1669
HandleCollector.Remove((IntPtr)hDC, NativeMethods.CommonHandles.
HDC
);
1954
HandleCollector.Remove((IntPtr)hDC, NativeMethods.CommonHandles.
HDC
);
1975
HandleCollector.Remove((IntPtr)hDC, NativeMethods.CommonHandles.
HDC
);