2 writes to graphics
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCellPaintingEventArgs.cs (2)
61
this.
graphics
= graphics;
282
this.
graphics
= graphics;
4 references to graphics
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewCellPaintingEventArgs.cs (4)
149
return this.
graphics
;
200
this.dataGridView.GetCellInternal(this.columnIndex, this.rowIndex).PaintInternal(this.
graphics
,
229
this.dataGridView.GetCellInternal(this.columnIndex, this.rowIndex).PaintInternal(this.
graphics
,
253
this.dataGridView.GetCellInternal(this.columnIndex, this.rowIndex).PaintInternal(this.
graphics
,