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)
21Handle = hdc; 36Handle = default;
4 references to Handle
Microsoft.Private.Windows.Core (4)
Windows\Win32\Graphics\Gdi\HdcHandle.cs (4)
28public static implicit operator HDC(in HdcHandle handle) => handle.Handle; 29public static implicit operator nint(in HdcHandle handle) => handle.Handle; 33if (!Handle.IsNull) 35PInvokeCore.DeleteDC(Handle);