3 writes to Graphics
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowPostPaintEventArgs.cs (3)
25
Graphics
= graphics.OrThrowIfNull();
40
Graphics
= null!;
181
Graphics
= graphics;
7 references to Graphics
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowPostPaintEventArgs.cs (5)
70
Graphics
,
87
Graphics
,
111
Graphics
,
129
Graphics
,
158
Graphics
,
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewRowPostPaintEventArgsTests.cs (1)
26
Assert.Equal(graphics, e.
Graphics
);
System\Windows\Forms\DataGridViewRowTests.cs (1)
4889
Assert.Same(graphics, e.
Graphics
);