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