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