35 references to GetPreviousRow
System.Windows.Forms (35)
winforms\Managed\System\WinForms\DataGridView.cs (1)
2270
bool previousVisibleRowExists = (-1 != this.Rows.
GetPreviousRow
(this.ptCurrentCell.Y, DataGridViewElementStates.Visible));
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
5285
int previousVisibleRow = this.owner.DataGridView.Rows.
GetPreviousRow
(this.owner.OwningRow.Index, DataGridViewElementStates.Visible);
winforms\Managed\System\WinForms\DataGridViewMethods.cs (30)
5256
int rowIndexTmp = this.Rows.
GetPreviousRow
(rowIndexInserted, DataGridViewElementStates.Visible);
5296
rowIndexTmp = this.Rows.
GetPreviousRow
(rowIndex,
5341
rowIndexTmp = this.Rows.
GetPreviousRow
(rowIndexTmp,
6599
rowIndexTmp = this.Rows.
GetPreviousRow
(rowIndexTmp, DataGridViewElementStates.Visible);
6622
rowIndexTmp = this.Rows.
GetPreviousRow
(rowIndexTmp, DataGridViewElementStates.Visible);
9580
indexTmp = this.Rows.
GetPreviousRow
(hti.row, DataGridViewElementStates.Visible);
9740
indexTmp = this.Rows.
GetPreviousRow
(hti.row,
10092
hi = this.Rows.
GetPreviousRow
(hi, DataGridViewElementStates.Visible);
17701
int rowIndexPrevious = this.Rows.
GetPreviousRow
(rowIndexDeleted, DataGridViewElementStates.Visible);
18977
this.Rows.
GetPreviousRow
(this.trackRowEdge, DataGridViewElementStates.Visible),
18984
this.Rows.
GetPreviousRow
(hti.row, DataGridViewElementStates.Visible),
18991
this.Rows.
GetPreviousRow
(this.trackRow, DataGridViewElementStates.Visible),
19000
this.Rows.
GetPreviousRow
(this.trackRow, DataGridViewElementStates.Visible),
19007
this.Rows.
GetPreviousRow
(this.trackRow, DataGridViewElementStates.Visible),
19649
int rowIndex = this.Rows.
GetPreviousRow
(this.ptCurrentCell.Y, DataGridViewElementStates.Visible);
23522
previousScreenVisibleRowIndexTmp = this.Rows.
GetPreviousRow
(previousScreenVisibleRowIndex, DataGridViewElementStates.Visible);
24753
previousVisibleRowIndex = this.Rows.
GetPreviousRow
(this.ptCurrentCell.Y, DataGridViewElementStates.Visible);
28724
previousVisibleRowIndex = this.Rows.
GetPreviousRow
(this.ptCurrentCell.Y, DataGridViewElementStates.Visible);
29340
this.Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29349
this.Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29379
this.Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29402
this.Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29420
this.Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29435
this.Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29534
this.Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29549
this.Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29647
this.Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29662
this.Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29701
this.Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29709
this.Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
2262
int previousVisibleRow = this.owner.DataGridView.Rows.
GetPreviousRow
(this.owner.Index, DataGridViewElementStates.Visible);
winforms\Managed\System\WinForms\DataGridViewRowCollection.cs (1)
1253
return
GetPreviousRow
(indexStart, includeFilter);
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (1)
1408
int previousVisibleRow = this.Owner.DataGridView.Rows.
GetPreviousRow
(this.Owner.OwningRow.Index, DataGridViewElementStates.Visible);