2 instantiations of SelectPaletteScope
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\SelectPaletteScope.cs (2)
53
return new
SelectPaletteScope
();
65
return new
SelectPaletteScope
(
4 references to SelectPaletteScope
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\SelectPaletteScope.cs (2)
41
public static
SelectPaletteScope
HalftonePalette(HDC hdc, bool forceBackground, bool realizePalette)
72
public static implicit operator HPALETTE(in
SelectPaletteScope
paletteScope) => paletteScope.HPALETTE;
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
11830
var
paletteScope = SelectPaletteScope.HalftonePalette(
System\Windows\Forms\Rendering\DrawingEventArgs.cs (1)
102
var
paletteScope = SelectPaletteScope.HalftonePalette(