1 instantiation of GraphicsState
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
3455
return new
GraphicsState
((int)state);
17 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 (13)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ModernButtonDarkModeRenderer.cs (2)
90
GraphicsState
? saved = graphics.Save();
135
GraphicsState
? saved = graphics.Save();
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ModernFlatButtonRenderer.cs (1)
44
GraphicsState
? saved = graphics.Save();
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (3)
43
GraphicsState
? saved = graphics.Save();
70
GraphicsState
? saved = graphics.Save();
195
GraphicsState
? graphicState = null;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
3632
GraphicsState
graphicsState = g.Save();
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
1087
GraphicsState
originalState = g.Save();
System\Windows\Forms\Rendering\Button\PopupButtonKeyCapRenderer.cs (2)
90
GraphicsState
state = graphics.Save();
219
GraphicsState
clipState = graphics.Save();
System\Windows\Forms\Rendering\CheckBox\AnimatedCheckGlyphRenderer.cs (1)
131
GraphicsState
? saved = graphics.Save();
System\Windows\Forms\Rendering\PaintEventArgs.cs (1)
35
private
GraphicsState
? _savedGraphicsState;
System\Windows\Forms\Rendering\RadioButton\AnimatedRadioGlyphRenderer.cs (1)
140
GraphicsState
? saved = graphics.Save();
System.Windows.Forms.Primitives (1)
System\Windows\Forms\GraphicsStateScope.cs (1)
14
private readonly
GraphicsState
_state;