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