2 writes to graphics
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewRowPostPaintEventArgs.cs (2)
53this.graphics = graphics; 268this.graphics = graphics;
6 references to graphics
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewRowPostPaintEventArgs.cs (6)
97return this.graphics; 162this.dataGridView.Rows.SharedRow(rowIndex).DrawFocus(this.graphics, 178this.dataGridView.Rows.SharedRow(rowIndex).PaintCells(this.graphics, 200this.dataGridView.Rows.SharedRow(rowIndex).PaintCells(this.graphics, 217this.dataGridView.Rows.SharedRow(rowIndex).PaintCells(this.graphics, 245this.dataGridView.Rows.SharedRow(rowIndex).PaintHeader(this.graphics,