3 writes to Graphics
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowPrePaintEventArgs.cs (3)
27Graphics = graphics.OrThrowIfNull(); 43Graphics = null!; 198Graphics = graphics;
7 references to Graphics
System.Windows.Forms (5)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowPrePaintEventArgs.cs (5)
87Graphics, 104Graphics, 128Graphics, 146Graphics, 175Graphics,
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewRowPrePaintEventArgsTests.cs (1)
25Assert.Equal(graphics, e.Graphics);
System\Windows\Forms\DataGridViewRowTests.cs (1)
4813Assert.Same(graphics, e.Graphics);