1 write to HPALETTE
System.Windows.Forms.Primitives (1)
Windows\Win32\SelectPaletteScope.cs (1)
27HPALETTE = PInvoke.SelectPalette(hdc, hpalette, forceBackground);
4 references to HPALETTE
System.Windows.Forms.Primitives (4)
Windows\Win32\SelectPaletteScope.cs (4)
28if (!HPALETTE.IsNull && realizePalette) 59public static implicit operator HPALETTE(in SelectPaletteScope paletteScope) => paletteScope.HPALETTE; 63if (!HPALETTE.IsNull) 65PInvoke.SelectPalette(HDC, HPALETTE, bForceBkgd: false);