16 references to Remove
System.Windows.Forms (16)
misc\GDI\UnsafeNativeMethods.cs (4)
56
System.Internal.HandleCollector.
Remove
((IntPtr)hDC, IntSafeNativeMethods.CommonHandles.GDI);
62
System.Internal.HandleCollector.
Remove
((IntPtr)hDC, IntSafeNativeMethods.CommonHandles.HDC);
72
System.Internal.HandleCollector.
Remove
((IntPtr)hDC, IntSafeNativeMethods.CommonHandles.HDC);
253
System.Internal.HandleCollector.
Remove
((IntPtr)hObject, IntSafeNativeMethods.CommonHandles.GDI);
winforms\Managed\System\WinForms\NativeWindow.cs (1)
1156
System.Internal.HandleCollector.
Remove
(handle, NativeMethods.CommonHandles.Window);
winforms\Managed\System\WinForms\SafeNativeMethods.cs (1)
165
System.Internal.HandleCollector.
Remove
((IntPtr)hObject, NativeMethods.CommonHandles.GDI);
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (10)
597
System.Internal.HandleCollector.
Remove
((IntPtr)handle, NativeMethods.CommonHandles.Kernel);
651
System.Internal.HandleCollector.
Remove
((IntPtr)pvBaseAddress, NativeMethods.CommonHandles.Kernel);
713
System.Internal.HandleCollector.
Remove
((IntPtr)hAccel, NativeMethods.CommonHandles.Accelerator);
748
System.Internal.HandleCollector.
Remove
((IntPtr)hrgn, NativeMethods.CommonHandles.GDI);
1283
System.Internal.HandleCollector.
Remove
(lpPaint.hdc, NativeMethods.CommonHandles.HDC);
1309
System.Internal.HandleCollector.
Remove
((IntPtr)hDC, NativeMethods.CommonHandles.HDC);
1453
System.Internal.HandleCollector.
Remove
((IntPtr)hMenu, NativeMethods.CommonHandles.Menu);
1535
System.Internal.HandleCollector.
Remove
((IntPtr)hCurs, NativeMethods.CommonHandles.Cursor);
1547
System.Internal.HandleCollector.
Remove
((IntPtr)hDC, NativeMethods.CommonHandles.HDC);
1553
System.Internal.HandleCollector.
Remove
((IntPtr)hDC, NativeMethods.CommonHandles.CompatibleHDC);