2 writes to graphics
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewRowPrePaintEventArgs.cs (2)
54this.graphics = graphics; 287this.graphics = graphics;
6 references to graphics
System.Windows.Forms (6)
winforms\Managed\System\WinForms\DataGridViewRowPrePaintEventArgs.cs (6)
99return this.graphics; 181this.dataGridView.Rows.SharedRow(this.rowIndex).DrawFocus(this.graphics, 197this.dataGridView.Rows.SharedRow(this.rowIndex).PaintCells(this.graphics, 219this.dataGridView.Rows.SharedRow(this.rowIndex).PaintCells(this.graphics, 236this.dataGridView.Rows.SharedRow(this.rowIndex).PaintCells(this.graphics, 264this.dataGridView.Rows.SharedRow(this.rowIndex).PaintHeader(this.graphics,