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