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