2 instantiations of SelectPaletteScope
System.Windows.Forms.Primitives (2)
Windows\Win32\SelectPaletteScope.cs (2)
46return new SelectPaletteScope(); 52return new SelectPaletteScope(
4 references to SelectPaletteScope
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
11956var paletteScope = SelectPaletteScope.HalftonePalette(
System\Windows\Forms\Rendering\DrawingEventArgs.cs (1)
102var paletteScope = SelectPaletteScope.HalftonePalette(
System.Windows.Forms.Primitives (2)
Windows\Win32\SelectPaletteScope.cs (2)
34public static SelectPaletteScope HalftonePalette(HDC hdc, bool forceBackground, bool realizePalette) 59public static implicit operator HPALETTE(in SelectPaletteScope paletteScope) => paletteScope.HPALETTE;