28 references to RowNumber
System.Windows.Forms (28)
winforms\Managed\System\WinForms\DataGrid.cs (19)
906if (value.RowNumber == currentRow && value.ColumnNumber == currentCol) 924int newRow = value.RowNumber; 1176return CurrentCell.RowNumber; 3051return this[cell.RowNumber, cell.ColumnNumber]; 3054this[cell.RowNumber, cell.ColumnNumber] = value; 6420return GetCellBounds(current.RowNumber, current.ColumnNumber); 6441return GetCellBounds(dgc.RowNumber, dgc.ColumnNumber); 7729Debug.Assert(ListManager.Position == CurrentCell.RowNumber || listManager.Count == 0, "current row out of ssync with DataSource"); 7762Debug.Assert(ListManager.Position == CurrentCell.RowNumber || listManager.Count == 0, "current row out of ssync with DataSource"); 7770Debug.Assert(ListManager.Position == CurrentCell.RowNumber || listManager.Count == 0, "current row out of ssync with DataSource"); 7776Debug.Assert(ListManager.Position == CurrentCell.RowNumber || listManager.Count == 0, "current row out of ssync with DataSource"); 7807Debug.Assert(ListManager.Position == CurrentCell.RowNumber || listManager.Count == 0, "current row out of ssync with DataSource"); 7846Debug.Assert(ListManager.Position == CurrentCell.RowNumber || listManager.Count == 0, "current row out of ssync with DataSource"); 7859Debug.Assert(ListManager.Position == CurrentCell.RowNumber || listManager.Count == 0, "current row out of ssync with DataSource"); 8071Debug.Assert(ListManager.Position == CurrentCell.RowNumber || listManager.Count == 0, "current row out of ssync with DataSource"); 8074Debug.Assert(ListManager.Position == CurrentCell.RowNumber || listManager.Count == 0, "current row out of ssync with DataSource"); 8126Debug.Assert(ListManager.Position == CurrentCell.RowNumber || listManager.Count == 0, "current row out of ssync with DataSource"); 8129Debug.Assert(ListManager.Position == CurrentCell.RowNumber || listManager.Count == 0, "current row out of ssync with DataSource"); 9180return GetChild(1 + ColumnCountPrivate + cell.RowNumber).GetChild(cell.ColumnNumber);
winforms\Managed\System\WinForms\DataGridCell.cs (3)
71return (rhs.RowNumber == RowNumber && rhs.ColumnNumber == ColumnNumber); 95return "DataGridCell {RowNumber = " + RowNumber.ToString(CultureInfo.CurrentCulture) +
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
732if (r == FocusedRelation && this.number == this.DataGrid.CurrentCell.RowNumber) {
winforms\Managed\System\WinForms\DataGridRow.cs (5)
607bounds.X += PaintIcon(g, bounds, RowNumber == this.DataGrid.CurrentCell.RowNumber, alignToRight, bmp).Width + xOffset; 614bounds.X += PaintIcon(g, bounds, RowNumber == this.DataGrid.CurrentCell.RowNumber, alignToRight, bmp).Width + xOffset; 805if (DataGrid.CurrentCell.RowNumber == owner.RowNumber) { 846if (cell.RowNumber == owner.RowNumber) { 960if (DataGrid.CurrentCell.RowNumber == owner.RowNumber