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