3 references to GDI
WindowsBase (3)
Shared\MS\Win32\NativeMethodsOther.cs (1)
298
private BitmapHandle(bool ownsHandle) : base(ownsHandle, NativeMethods.CommonHandles.
GDI
)
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (2)
258
HandleCollector.Remove((IntPtr)hObject, NativeMethods.CommonHandles.
GDI
);
272
HandleCollector.Remove((IntPtr)hObject, NativeMethods.CommonHandles.
GDI
);