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)
5257
int rowIndexTmp = Rows.
GetPreviousRow
(rowIndexInserted, DataGridViewElementStates.Visible);
5295
rowIndexTmp = Rows.
GetPreviousRow
(rowIndex,
5342
rowIndexTmp = Rows.
GetPreviousRow
(rowIndexTmp,
6577
rowIndexTmp = Rows.
GetPreviousRow
(rowIndexTmp, DataGridViewElementStates.Visible);
6602
rowIndexTmp = Rows.
GetPreviousRow
(rowIndexTmp, DataGridViewElementStates.Visible);
9444
indexTmp = Rows.
GetPreviousRow
(hti._row, DataGridViewElementStates.Visible);
9583
indexTmp = Rows.
GetPreviousRow
(hti._row,
9916
hi = Rows.
GetPreviousRow
(hi, DataGridViewElementStates.Visible);
17259
int rowIndexPrevious = Rows.
GetPreviousRow
(rowIndexDeleted, DataGridViewElementStates.Visible);
18442
Rows.
GetPreviousRow
(_trackRowEdge, DataGridViewElementStates.Visible),
18449
Rows.
GetPreviousRow
(hti._row, DataGridViewElementStates.Visible),
18456
Rows.
GetPreviousRow
(_trackRow, DataGridViewElementStates.Visible),
18465
Rows.
GetPreviousRow
(_trackRow, DataGridViewElementStates.Visible),
18472
Rows.
GetPreviousRow
(_trackRow, DataGridViewElementStates.Visible),
19086
int rowIndex = Rows.
GetPreviousRow
(_ptCurrentCell.Y, DataGridViewElementStates.Visible);
23218
previousScreenVisibleRowIndexTmp = Rows.
GetPreviousRow
(previousScreenVisibleRowIndex, DataGridViewElementStates.Visible);
24544
previousVisibleRowIndex = Rows.
GetPreviousRow
(_ptCurrentCell.Y, DataGridViewElementStates.Visible);
28674
previousVisibleRowIndex = Rows.
GetPreviousRow
(_ptCurrentCell.Y, DataGridViewElementStates.Visible);
29323
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29333
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29375
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29414
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29438
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29459
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29598
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29614
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29745
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29761
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29809
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29818
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);