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