7 references to GraphicsStateScope
System.Windows.Forms (7)
System\Windows\Forms\Control.cs (2)
8289using GraphicsStateScope saveState = new(g); 8320using GraphicsStateScope saveState = new(newArgs.Graphics);
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ButtonDarkModeRendererBase.cs (1)
49using (new GraphicsStateScope(graphics))
System\Windows\Forms\Controls\Labels\LinkLabel.cs (4)
1021using GraphicsStateScope graphicsScope = new(g); 1111using GraphicsStateScope graphicsScope = new(g); 1156using (GraphicsStateScope backgroundPaintScope = new(e.Graphics)) 1162using GraphicsStateScope imagePaintScope = new(e.Graphics);