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