11 references to GetPreviousRow
System.Windows.Forms (11)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (11)
1339
int rowAboveFirstVisibleScrollingRow = this.Rows.
GetPreviousRow
(this.displayedBandsInfo.FirstDisplayedScrollingRow, DataGridViewElementStates.Visible, DataGridViewElementStates.Frozen);
4264
indexTmp = this.Rows.
GetPreviousRow
(indexTmp,
4281
indexTmp = this.Rows.
GetPreviousRow
(indexTmp,
5228
int previousRowIndex = this.Rows.
GetPreviousRow
(anticipatedRowIndex,
6471
rowIndexTmp = this.Rows.
GetPreviousRow
(this.displayedBandsInfo.FirstDisplayedScrollingRow, DataGridViewElementStates.Visible, DataGridViewElementStates.Frozen);
6475
rowIndexTmp = this.Rows.
GetPreviousRow
(rowIndexTmp, DataGridViewElementStates.Visible, DataGridViewElementStates.Frozen);
9341
indexTmp = this.Rows.
GetPreviousRow
(this.displayedBandsInfo.FirstDisplayedScrollingRow,
9351
indexTmp = this.Rows.
GetPreviousRow
(indexTmp,
26534
newFirstVisibleScrollingRow = this.Rows.
GetPreviousRow
(newFirstVisibleScrollingRow,
26582
newFirstVisibleScrollingRow = this.Rows.
GetPreviousRow
(newFirstVisibleScrollingRow,
26589
int scrollingRowTmp = this.Rows.
GetPreviousRow
(newFirstVisibleScrollingRow,