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