9 references to Save
System.Web.DataVisualization (2)
Common\General\GdiGraphics.cs (1)
551 return _graphics.Save();
WebForm\ChartWebControl.cs (1)
1050GraphicsState transState = graphics.Save();
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (2)
9784graphicsState = g.Save(); 13735state = pevent.Graphics.Save();
winforms\Managed\System\WinForms\PaintEvent.cs (1)
136savedGraphicsState = graphics.Save(); // See ResetGraphics() below
winforms\Managed\System\WinForms\ToolStrip.cs (1)
3810GraphicsState graphicsState = g.Save();
System.Windows.Forms.DataVisualization (3)
Common\General\GdiGraphics.cs (1)
551 return _graphics.Save();
WinForm\Utilities\Printing.cs (2)
150 GraphicsState transState = graphics.Save(); 246GraphicsState transState = ev.Graphics.Save();