2 writes to RowIndex
System.Windows.Forms (2)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowPostPaintEventArgs.cs (2)
28RowIndex = rowIndex; 184RowIndex = rowIndex;
22 references to RowIndex
System.Windows.Forms (20)
System\Windows\Forms\Controls\DataGridView\DataGridViewRowPostPaintEventArgs.cs (20)
64if (RowIndex < 0 || RowIndex >= _dataGridView.Rows.Count) 69_dataGridView.Rows.SharedRow(RowIndex).DrawFocus( 73RowIndex, 81if (RowIndex < 0 || RowIndex >= _dataGridView.Rows.Count) 86_dataGridView.Rows.SharedRow(RowIndex).PaintCells( 90RowIndex, 99if (RowIndex < 0 || RowIndex >= _dataGridView.Rows.Count) 110_dataGridView.Rows.SharedRow(RowIndex).PaintCells( 114RowIndex, 123if (RowIndex < 0 || RowIndex >= _dataGridView.Rows.Count) 128_dataGridView.Rows.SharedRow(RowIndex).PaintCells( 132RowIndex, 152if (RowIndex < 0 || RowIndex >= _dataGridView.Rows.Count) 157_dataGridView.Rows.SharedRow(RowIndex).PaintHeader( 161RowIndex,
System.Windows.Forms.Tests (2)
System\Windows\Forms\DataGridViewRowPostPaintEventArgsTests.cs (1)
29Assert.Equal(rowIndex, e.RowIndex);
System\Windows\Forms\DataGridViewRowTests.cs (1)
4893Assert.Equal(1, e.RowIndex);