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