8 references to Remove
System.Drawing (8)
commonui\System\Drawing\Advanced\Gdiplus.cs (2)
4780
System.Internal.HandleCollector.
Remove
((IntPtr)hObject, SafeNativeMethods.CommonHandles.GDI);
4848
System.Internal.HandleCollector.
Remove
((IntPtr)hIcon, SafeNativeMethods.CommonHandles.Icon);
commonui\System\Drawing\UnsafeNativeMethods.cs (2)
42
System.Internal.HandleCollector.
Remove
((IntPtr)hDC, SafeNativeMethods.CommonHandles.GDI);
50
System.Internal.HandleCollector.
Remove
((IntPtr)hDC, SafeNativeMethods.CommonHandles.HDC);
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);