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