2 references to HdcHandle
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\HdcHandle.cs (2)
26public static implicit operator HDC(in HdcHandle handle) => handle.Handle; 27public static implicit operator nint(in HdcHandle handle) => handle.Handle;