Implemented interface members:
30 references to Count
PresentationFramework (30)
MS\Internal\PtsHost\RowParagraph.cs (3)
115
bool isLastRowOfRowGroup = (Row.Index == Row.RowGroup.Rows.
Count
- 1);
256
bool lastRow = Row.Index == Row.RowGroup.Rows.
Count
- 1;
332
bool isLastRowOfRowGroup = (Row.Index == Row.RowGroup.Rows.
Count
- 1);
MS\Internal\PtsHost\TableParaClient.cs (2)
576
if (row.Index == row.RowGroup.Rows.
Count
- 1)
1361
(row.Index == row.RowGroup.Rows.
Count
- 1) && Table.IsLastNonEmptyRowGroup(row.RowGroup.Index);
MS\Internal\PtsHost\TableParagraph.cs (3)
278
if(rowGroup.Rows.
Count
> 0)
330
if (nextRowIndex < currentRowGroup.Rows.
Count
)
347
if (Rows.
Count
> 0)
System\Windows\Automation\Peers\TableAutomationPeer.cs (3)
98
rows += group.Rows.
Count
;
138
if (currentRow + group.Rows.
Count
< row)
140
currentRow += group.Rows.
Count
;
System\Windows\Documents\Table.cs (2)
316
if(RowGroups[rowGroupIndex].Rows.
Count
> 0)
336
if(RowGroups[rowGroupIndex].Rows.
Count
> 0)
System\Windows\Documents\TableRowGroup.cs (2)
136
return Rows.
Count
> 0;
224
for (int i = 0; i < Rows.
Count
; ++i)
System\windows\Documents\TextEditorTyping.cs (2)
1432
if (rowIndex + 1 < body.Rows.
Count
)
1473
else if (rowIndex + 1 < body.Rows.
Count
)
System\Windows\Documents\TextRangeEditTables.cs (12)
342
for (int rowIndex = firstRowIndex; rowIndex <= lastRowIndex && rowIndex < rowGroup.Rows.
Count
; rowIndex++)
482
while (rowIndex < rows.
Count
&& rows[rowIndex].Cells.Count == 0)
487
if (rowIndex < rows.
Count
)
1020
endRow = endRowGroup.Rows[endRowGroup.Rows.
Count
- 1];
1235
if (deletedRowsCount == rows.
Count
)
1243
bool lastRowDeleted = endRow.Index == rows.
Count
- 1;
1253
Invariant.Assert(rows.
Count
> 0);
1278
int rowCount = rows.
Count
;
1368
for (int iRow = 0; iRow < rowGroup.Rows.
Count
; iRow++)
1489
for (int iRow = 0; iRow < rowGroup.Rows.
Count
; iRow++)
2366
if (topRow >= rowGroup.Rows.
Count
|| bottomRow >= rowGroup.Rows.
Count
)
System\windows\Documents\TextSelection.cs (1)
1060
if (nextRowIndex < rowGroup.Rows.
Count
)