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