Implemented interface members:
25 references to Count
PresentationFramework (25)
MS\Internal\PtsHost\RowParagraph.cs (4)
228Invariant.Assert(cCells >= Row.Cells.Count); // Protect against buffer overflow 234for (int j = 0; j < Row.Cells.Count; ++j) 299_cellParagraphs = new CellParagraph[Row.Cells.Count]; 301for(int cellIndex = 0; cellIndex < Row.Cells.Count; cellIndex++)
System\Windows\Documents\TableRow.cs (3)
200for (int i = 0; i < _cells.Count; ++i) 245Debug.Assert(_cells.Count <= _formatCellCount); 287return (Cells.Count > 0);
System\windows\Documents\TextEditorTyping.cs (3)
1432cell = body.Rows[rowIndex - 1].Cells[body.Rows[rowIndex - 1].Cells.Count - 1]; 1460if (cellIndex + 1 < row.Cells.Count) 1481cell = body.Rows[rowIndex - 1].Cells[body.Rows[rowIndex - 1].Cells.Count - 1];
System\Windows\Documents\TextRangeEditTables.cs (14)
347for (int cellIndex = 0; cellIndex < cells.Count; cellIndex++) 456anchorCell.Index == 0 && movingCell.Index == movingCell.Row.Cells.Count - 1 && movingCell.Row.Index + 1 == anchorCell.Row.Index)) 469if (movingCell.Index + 1 < cells.Count) 480while (rowIndex < rows.Count && rows[rowIndex].Cells.Count == 0) 507while (rowIndex >= 0 && rows[rowIndex].Cells.Count == 0) 514movingCell = rows[rowIndex].Cells[rows[rowIndex].Cells.Count - 1]; 1168for (int i = 0; i < cells.Count; i++) 1282for (int cellIndex = 0; cellIndex < cells.Count; cellIndex++) 1327while (cellIndex < nextRowCells.Count && nextRowCells[cellIndex].ColumnIndex < columnIndex) 1381for (int iCell = 0; iCell < row.Cells.Count; iCell++) 1492for (int iCell = 0; iCell < row.Cells.Count; iCell++) 2105movingCell = movingCellRow.Cells[movingCellRow.Cells.Count - 1]; 2462if (firstCell.Index == 0 && lastCell.Index == lastCell.Row.Cells.Count - 1) 2513for (int cellIndex = 0; cellIndex < row.Cells.Count; cellIndex++)
System\windows\Documents\TextSelection.cs (1)
2514for (int cellIndex = 0; cellIndex < cells.Count; cellIndex++)