15 references to CommonHandles
WindowsBase (15)
Shared\MS\Win32\NativeMethodsOther.cs (3)
298private BitmapHandle(bool ownsHandle) : base(ownsHandle, NativeMethods.CommonHandles.GDI) 339private IconHandle() : base(true, NativeMethods.CommonHandles.Icon) 382private CursorHandle() : base(true, NativeMethods.CommonHandles.Cursor)
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (12)
258HandleCollector.Remove((IntPtr)hObject, NativeMethods.CommonHandles.GDI); 272HandleCollector.Remove((IntPtr)hObject, NativeMethods.CommonHandles.GDI); 595HandleCollector.Remove((IntPtr)handle, NativeMethods.CommonHandles.Kernel); 643return HandleCollector.Add(h, NativeMethods.CommonHandles.HDC); 671HandleCollector.Remove((IntPtr)pvBaseAddress, NativeMethods.CommonHandles.Kernel); 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); 1900HandleCollector.Remove((IntPtr)handle, NativeMethods.CommonHandles.Icon); 1954HandleCollector.Remove((IntPtr)hDC, NativeMethods.CommonHandles.HDC); 1975HandleCollector.Remove((IntPtr)hDC, NativeMethods.CommonHandles.HDC);