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)
23public void Dispose() => _graphics.Restore(_state);