1 write to HPALETTE
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\SelectPaletteScope.cs (1)
27HPALETTE = PInvokeCore.SelectPalette(hdc, hpalette, forceBackground);
4 references to HPALETTE
System.Private.Windows.Core (4)
Windows\Win32\Graphics\Gdi\SelectPaletteScope.cs (4)
28if (!HPALETTE.IsNull && realizePalette) 34public static implicit operator HPALETTE(in SelectPaletteScope paletteScope) => paletteScope.HPALETTE; 38if (!HPALETTE.IsNull) 40PInvokeCore.SelectPalette(HDC, HPALETTE, bForceBkgd: false);