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