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