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