1 instantiation of GraphicsState
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
3455
return new
GraphicsState
((int)state);
8 references to GraphicsState
System.Drawing (1)
System.Drawing.cs (1)
35
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Drawing2D.
GraphicsState
))]
System.Drawing.Common (2)
System\Drawing\Graphics.cs (2)
3438
public
GraphicsState
Save()
3458
public void Restore(
GraphicsState
gstate)
System.Windows.Forms (4)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (1)
168
GraphicsState
? graphicState = null;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3632
GraphicsState
graphicsState = g.Save();
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
1064
GraphicsState
originalState = g.Save();
System\Windows\Forms\Rendering\PaintEventArgs.cs (1)
35
private
GraphicsState
? _savedGraphicsState;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\GraphicsStateScope.cs (1)
14
private readonly
GraphicsState
_state;