1 write to _state
System.Windows.Forms.Primitives (1)
System\Windows\Forms\GraphicsStateScope.cs (1)
19
_state
= graphics.Save();
1 reference to _state
System.Windows.Forms.Primitives (1)
System\Windows\Forms\GraphicsStateScope.cs (1)
23
public void Dispose() => _graphics.Restore(
_state
);