3 references to GetNextRow
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
5239
int nextRowIndex = this.Rows.
GetNextRow
((previousRowIndex == -1) ? anticipatedRowIndex - 1 : previousRowIndex,
5309
rowIndexTmp = this.Rows.
GetNextRow
(rowIndexTmp,
5317
rowIndexTmp = this.Rows.
GetNextRow
(rowIndex,