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