2 instantiations of SelectPaletteScope
System.Private.Windows.GdiPlus (2)
Windows\Win32\Graphics\Gdi\HdcExtensions.cs (2)
32
return new
SelectPaletteScope
();
44
return new
SelectPaletteScope
(
6 references to SelectPaletteScope
System.Private.Windows.Core (1)
Windows\Win32\Graphics\Gdi\SelectPaletteScope.cs (1)
34
public static implicit operator HPALETTE(in
SelectPaletteScope
paletteScope) => paletteScope.HPALETTE;
System.Private.Windows.GdiPlus (2)
Windows\Win32\Graphics\Gdi\HdcExtensions.cs (2)
13
public static
SelectPaletteScope
HalftonePalette(this GetDcScope hdc, bool forceBackground, bool realizePalette) =>
19
public static
SelectPaletteScope
HalftonePalette<T>(this T hdc, bool forceBackground, bool realizePalette)
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
11848
using
var
paletteScope = doubleBuffered || usingBeginPaint
11950
var
paletteScope = dc.HalftonePalette(
System\Windows\Forms\Rendering\DrawingEventArgs.cs (1)
102
var
paletteScope = _hdc.HalftonePalette(