2 writes to columnIndex
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewCellPaintingEventArgs.cs (2)
65this.columnIndex = columnIndex; 286this.columnIndex = columnIndex;
10 references to columnIndex
System.Windows.Forms (10)
winforms\Managed\System\WinForms\DataGridViewCellPaintingEventArgs.cs (10)
122return this.columnIndex; 196if (this.columnIndex < -1 || this.columnIndex >= this.dataGridView.Columns.Count) 200this.dataGridView.GetCellInternal(this.columnIndex, this.rowIndex).PaintInternal(this.graphics, 220if (this.columnIndex < -1 || this.columnIndex >= this.dataGridView.Columns.Count) 229this.dataGridView.GetCellInternal(this.columnIndex, this.rowIndex).PaintInternal(this.graphics, 249if (this.columnIndex < -1 || this.columnIndex >= this.dataGridView.Columns.Count) 253this.dataGridView.GetCellInternal(this.columnIndex, this.rowIndex).PaintInternal(this.graphics,