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