34 references to GetPreviousRow
System.Windows.Forms (34)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1808
bool previousVisibleRowExists = (Rows.
GetPreviousRow
(_ptCurrentCell.Y, DataGridViewElementStates.Visible) != -1);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (30)
5313
int rowIndexTmp = Rows.
GetPreviousRow
(rowIndexInserted, DataGridViewElementStates.Visible);
5351
rowIndexTmp = Rows.
GetPreviousRow
(rowIndex,
5398
rowIndexTmp = Rows.
GetPreviousRow
(rowIndexTmp,
6633
rowIndexTmp = Rows.
GetPreviousRow
(rowIndexTmp, DataGridViewElementStates.Visible);
6658
rowIndexTmp = Rows.
GetPreviousRow
(rowIndexTmp, DataGridViewElementStates.Visible);
9500
indexTmp = Rows.
GetPreviousRow
(hti._row, DataGridViewElementStates.Visible);
9639
indexTmp = Rows.
GetPreviousRow
(hti._row,
9972
hi = Rows.
GetPreviousRow
(hi, DataGridViewElementStates.Visible);
17321
int rowIndexPrevious = Rows.
GetPreviousRow
(rowIndexDeleted, DataGridViewElementStates.Visible);
18504
Rows.
GetPreviousRow
(_trackRowEdge, DataGridViewElementStates.Visible),
18511
Rows.
GetPreviousRow
(hti._row, DataGridViewElementStates.Visible),
18518
Rows.
GetPreviousRow
(_trackRow, DataGridViewElementStates.Visible),
18527
Rows.
GetPreviousRow
(_trackRow, DataGridViewElementStates.Visible),
18534
Rows.
GetPreviousRow
(_trackRow, DataGridViewElementStates.Visible),
19148
int rowIndex = Rows.
GetPreviousRow
(_ptCurrentCell.Y, DataGridViewElementStates.Visible);
23288
previousScreenVisibleRowIndexTmp = Rows.
GetPreviousRow
(previousScreenVisibleRowIndex, DataGridViewElementStates.Visible);
24614
previousVisibleRowIndex = Rows.
GetPreviousRow
(_ptCurrentCell.Y, DataGridViewElementStates.Visible);
28744
previousVisibleRowIndex = Rows.
GetPreviousRow
(_ptCurrentCell.Y, DataGridViewElementStates.Visible);
29393
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29403
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29445
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29484
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29508
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29529
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29668
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29684
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29815
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29831
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29879
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29888
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.DataGridViewCellAccessibleObject.cs (1)
474
int previousVisibleRow = _owner.DataGridView.Rows.
GetPreviousRow
(_owner.OwningRow.Index, DataGridViewElementStates.Visible);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (1)
1113
return
GetPreviousRow
(indexStart, includeFilter);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.DataGridViewRowHeaderCellAccessibleObject.cs (1)
187
int previousVisibleRow = Owner.DataGridView.Rows.
GetPreviousRow
(Owner.OwningRow.Index, DataGridViewElementStates.Visible);