Implemented interface member:
property
Handle
Windows.Win32.Foundation.IHandle<THandle>.Handle
2 writes to Handle
Microsoft.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\HdcHandle.cs (2)
21
Handle
= hdc;
36
Handle
= default;
4 references to Handle
Microsoft.Private.Windows.Core (4)
Windows\Win32\Graphics\Gdi\HdcHandle.cs (4)
28
public static implicit operator HDC(in HdcHandle handle) => handle.
Handle
;
29
public static implicit operator nint(in HdcHandle handle) => handle.
Handle
;
33
if (!
Handle
.IsNull)
35
PInvokeCore.DeleteDC(
Handle
);