1 write to HGDIOBJ
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\ObjectScope.cs (1)
24public ObjectScope(HGDIOBJ @object) => HGDIOBJ = @object;
3 references to HGDIOBJ
System.Private.Windows.Core (3)
Windows\Win32\Graphics\Gdi\ObjectScope.cs (3)
26public static implicit operator HGDIOBJ(in ObjectScope objectScope) => objectScope.HGDIOBJ; 30if (!HGDIOBJ.IsNull) 32PInvokeCore.DeleteObject(HGDIOBJ);