34 references to GetPreviousRow
System.Windows.Forms (34)
System\Windows\Forms\Controls\DataGridView\DataGridView.cs (1)
1803
bool previousVisibleRowExists = (Rows.
GetPreviousRow
(_ptCurrentCell.Y, DataGridViewElementStates.Visible) != -1);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (30)
5254
int rowIndexTmp = Rows.
GetPreviousRow
(rowIndexInserted, DataGridViewElementStates.Visible);
5292
rowIndexTmp = Rows.
GetPreviousRow
(rowIndex,
5339
rowIndexTmp = Rows.
GetPreviousRow
(rowIndexTmp,
6574
rowIndexTmp = Rows.
GetPreviousRow
(rowIndexTmp, DataGridViewElementStates.Visible);
6599
rowIndexTmp = Rows.
GetPreviousRow
(rowIndexTmp, DataGridViewElementStates.Visible);
9441
indexTmp = Rows.
GetPreviousRow
(hti._row, DataGridViewElementStates.Visible);
9580
indexTmp = Rows.
GetPreviousRow
(hti._row,
9913
hi = Rows.
GetPreviousRow
(hi, DataGridViewElementStates.Visible);
17256
int rowIndexPrevious = Rows.
GetPreviousRow
(rowIndexDeleted, DataGridViewElementStates.Visible);
18439
Rows.
GetPreviousRow
(_trackRowEdge, DataGridViewElementStates.Visible),
18446
Rows.
GetPreviousRow
(hti._row, DataGridViewElementStates.Visible),
18453
Rows.
GetPreviousRow
(_trackRow, DataGridViewElementStates.Visible),
18462
Rows.
GetPreviousRow
(_trackRow, DataGridViewElementStates.Visible),
18469
Rows.
GetPreviousRow
(_trackRow, DataGridViewElementStates.Visible),
19083
int rowIndex = Rows.
GetPreviousRow
(_ptCurrentCell.Y, DataGridViewElementStates.Visible);
23215
previousScreenVisibleRowIndexTmp = Rows.
GetPreviousRow
(previousScreenVisibleRowIndex, DataGridViewElementStates.Visible);
24541
previousVisibleRowIndex = Rows.
GetPreviousRow
(_ptCurrentCell.Y, DataGridViewElementStates.Visible);
28671
previousVisibleRowIndex = Rows.
GetPreviousRow
(_ptCurrentCell.Y, DataGridViewElementStates.Visible);
29320
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29330
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29372
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29411
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29435
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29456
Rows.
GetPreviousRow
(oldEdgeRowIndex, DataGridViewElementStates.Visible),
29595
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29611
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29742
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29758
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29806
Rows.
GetPreviousRow
(newEdgeRowIndex, DataGridViewElementStates.Visible),
29815
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);