34 references to GetPreviousRow
System.Windows.Forms (34)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1797
bool previousVisibleRowExists = (Rows.
GetPreviousRow
(_ptCurrentCell.Y, DataGridViewElementStates.Visible) != -1);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (30)
5260
int rowIndexTmp = Rows.
GetPreviousRow
(rowIndexInserted, DataGridViewElementStates.Visible);
5298
rowIndexTmp = Rows.
GetPreviousRow
(rowIndex,
5345
rowIndexTmp = Rows.
GetPreviousRow
(rowIndexTmp,
6580
rowIndexTmp = Rows.
GetPreviousRow
(rowIndexTmp, DataGridViewElementStates.Visible);
6605
rowIndexTmp = Rows.
GetPreviousRow
(rowIndexTmp, DataGridViewElementStates.Visible);
9446
indexTmp = Rows.
GetPreviousRow
(hti._row, DataGridViewElementStates.Visible);
9585
indexTmp = Rows.
GetPreviousRow
(hti._row,
9918
hi = Rows.
GetPreviousRow
(hi, DataGridViewElementStates.Visible);
17246
int rowIndexPrevious = Rows.
GetPreviousRow
(rowIndexDeleted, DataGridViewElementStates.Visible);
18429
Rows.
GetPreviousRow
(_trackRowEdge, DataGridViewElementStates.Visible),
18436
Rows.
GetPreviousRow
(hti._row, DataGridViewElementStates.Visible),
18443
Rows.
GetPreviousRow
(_trackRow, DataGridViewElementStates.Visible),
18452
Rows.
GetPreviousRow
(_trackRow, DataGridViewElementStates.Visible),
18459
Rows.
GetPreviousRow
(_trackRow, DataGridViewElementStates.Visible),
19073
int rowIndex = Rows.
GetPreviousRow
(_ptCurrentCell.Y, DataGridViewElementStates.Visible);
23207
previousScreenVisibleRowIndexTmp = Rows.
GetPreviousRow
(previousScreenVisibleRowIndex, DataGridViewElementStates.Visible);
24533
previousVisibleRowIndex = Rows.
GetPreviousRow
(_ptCurrentCell.Y, DataGridViewElementStates.Visible);
28663
previousVisibleRowIndex = Rows.
GetPreviousRow
(_ptCurrentCell.Y, DataGridViewElementStates.Visible);
29312
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29322
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29364
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29403
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29427
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29448
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29587
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29603
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29734
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29750
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29798
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29807
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.DataGridViewCellAccessibleObject.cs (1)
475
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);