2 writes to Graphics
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellPaintingEventArgs.cs (2)
34Graphics = graphics.OrThrowIfNull(); 187Graphics = graphics;
4 references to Graphics
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCellPaintingEventArgs.cs (3)
94Graphics!, 129Graphics!, 158Graphics!,
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataGridViewCellPaintingEventArgsTests.cs (1)
26Assert.Equal(graphics, e.Graphics);