9 references to Restore
System.Web.DataVisualization (2)
Common\General\GdiGraphics.cs (1)
562 _graphics.Restore( gstate );
WebForm\ChartWebControl.cs (1)
1068graphics.Restore(transState);
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (2)
9794g.Restore(graphicsState); 13752pevent.Graphics.Restore(state);
winforms\Managed\System\WinForms\PaintEvent.cs (1)
184graphics.Restore(savedGraphicsState);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
3823g.Restore(graphicsState);
System.Windows.Forms.DataVisualization (3)
Common\General\GdiGraphics.cs (1)
562 _graphics.Restore( gstate );
WinForm\Utilities\Printing.cs (2)
165 graphics.Restore(transState); 279ev.Graphics.Restore(transState);