1 instantiation of GraphicsState
System.Drawing (1)
commonui\System\Drawing\Graphics.cs (1)
4444return new GraphicsState(state);
29 references to GraphicsState
System.Drawing (2)
commonui\System\Drawing\Graphics.cs (2)
4429public GraphicsState Save() { 4450public void Restore(GraphicsState gstate) {
System.Web.DataVisualization (12)
Common\ChartTypes\AreaChart.cs (1)
359GraphicsState graphicsState = graph.Save();
Common\ChartTypes\LineChart.cs (1)
762 GraphicsState graphicsState = graph.Save();
Common\General\ChartGraphics.cs (3)
1512 GraphicsState graphicsState = this.Save(); 1682 GraphicsState graphicsState = this.Save(); 4352 GraphicsState graphicsState = this.Save();
Common\General\ChartRenderingEngine.cs (2)
694 internal GraphicsState Save() 704 GraphicsState gstate
Common\General\GdiGraphics.cs (2)
549 public GraphicsState Save() 559 GraphicsState gstate
Common\General\IChartRenderingEngine.cs (2)
443 GraphicsState Save(); 450 GraphicsState gstate
WebForm\ChartWebControl.cs (1)
1050GraphicsState transState = graphics.Save();
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (2)
9782GraphicsState graphicsState = null; 13689GraphicsState state = null;
winforms\Managed\System\WinForms\PaintEvent.cs (1)
33private GraphicsState savedGraphicsState = null;
winforms\Managed\System\WinForms\ToolStrip.cs (1)
3810GraphicsState graphicsState = g.Save();
System.Windows.Forms.DataVisualization (11)
Common\ChartTypes\AreaChart.cs (1)
359GraphicsState graphicsState = graph.Save();
Common\ChartTypes\LineChart.cs (1)
762 GraphicsState graphicsState = graph.Save();
Common\General\ChartGraphics.cs (3)
1512 GraphicsState graphicsState = this.Save(); 1682 GraphicsState graphicsState = this.Save(); 4352 GraphicsState graphicsState = this.Save();
Common\General\ChartRenderingEngine.cs (2)
694 internal GraphicsState Save() 704 GraphicsState gstate
Common\General\GdiGraphics.cs (2)
549 public GraphicsState Save() 559 GraphicsState gstate
WinForm\Utilities\Printing.cs (2)
150 GraphicsState transState = graphics.Save(); 246GraphicsState transState = ev.Graphics.Save();