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