4 references to DisplayIndexToRowIndex
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.AccessibleObject.cs (3)
83int actualRowIndex = owner.Rows.DisplayIndexToRowIndex(index); 281int rowIndex = owner.Rows.DisplayIndexToRowIndex(i); 322row = owner.Rows.DisplayIndexToRowIndex(row);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (1)
1208int index = DisplayIndexToRowIndex(i);