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