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