4 references to HFONT
System.Private.Windows.Core (4)
Windows.Win32.HFONT.g.cs (4)
31 internal HFONT(IntPtr value):this((void*)value) 41 public static explicit operator HFONT(void* value) => new HFONT(value); 57 public static explicit operator HFONT(IntPtr value) => new HFONT((void*)value.ToPointer()); 59 public static explicit operator HFONT(UIntPtr value) => new HFONT((void*)value.ToPointer());