3 writes to _graphics
System.Windows.Forms (3)
System\Windows\Forms\Rendering\DrawingEventArgs.cs (3)
35_graphics = graphics.OrThrowIfNull(); 62_graphics = null; 110_graphics = Graphics.FromHdcInternal((IntPtr)_hdc);
9 references to _graphics
System.Windows.Forms (9)
System\Windows\Forms\Rendering\DrawingEventArgs.cs (9)
97if (_graphics is null) 111_graphics.PageUnit = GraphicsUnit.Pixel; 112creationAction?.Invoke(_graphics); 114CheckGraphicsForState(_graphics, Flags); 117return _graphics; 124CheckGraphicsForState(_graphics, Flags); 125return create ? GetOrCreateGraphicsInternal() : _graphics; 133if (_graphics is not null && !_hdc.IsNull) 135_graphics.Dispose();