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