Implemented interface members:
30 references to Count
PresentationFramework (30)
MS\Internal\PtsHost\RowParagraph.cs (3)
111
bool isLastRowOfRowGroup = (Row.Index == Row.RowGroup.Rows.
Count
- 1);
252
bool lastRow = Row.Index == Row.RowGroup.Rows.
Count
- 1;
328
bool isLastRowOfRowGroup = (Row.Index == Row.RowGroup.Rows.
Count
- 1);
MS\Internal\PtsHost\TableParaClient.cs (2)
570
if (row.Index == row.RowGroup.Rows.
Count
- 1)
1355
(row.Index == row.RowGroup.Rows.
Count
- 1) && Table.IsLastNonEmptyRowGroup(row.RowGroup.Index);
MS\Internal\PtsHost\TableParagraph.cs (3)
270
if(rowGroup.Rows.
Count
> 0)
322
if (nextRowIndex < currentRowGroup.Rows.
Count
)
339
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)
307
if(RowGroups[rowGroupIndex].Rows.
Count
> 0)
327
if(RowGroups[rowGroupIndex].Rows.
Count
> 0)
System\Windows\Documents\TableRowGroup.cs (2)
119
return Rows.
Count
> 0;
207
for (int i = 0; i < Rows.
Count
; ++i)
System\windows\Documents\TextEditorTyping.cs (2)
1423
if (rowIndex + 1 < body.Rows.
Count
)
1464
else if (rowIndex + 1 < body.Rows.
Count
)
System\Windows\Documents\TextRangeEditTables.cs (12)
340
for (int rowIndex = firstRowIndex; rowIndex <= lastRowIndex && rowIndex < rowGroup.Rows.
Count
; rowIndex++)
480
while (rowIndex < rows.
Count
&& rows[rowIndex].Cells.Count == 0)
485
if (rowIndex < rows.
Count
)
1018
endRow = endRowGroup.Rows[endRowGroup.Rows.
Count
- 1];
1233
if (deletedRowsCount == rows.
Count
)
1241
bool lastRowDeleted = endRow.Index == rows.
Count
- 1;
1251
Invariant.Assert(rows.
Count
> 0);
1276
int rowCount = rows.
Count
;
1366
for (int iRow = 0; iRow < rowGroup.Rows.
Count
; iRow++)
1487
for (int iRow = 0; iRow < rowGroup.Rows.
Count
; iRow++)
2364
if (topRow >= rowGroup.Rows.
Count
|| bottomRow >= rowGroup.Rows.
Count
)
System\windows\Documents\TextSelection.cs (1)
1057
if (nextRowIndex < rowGroup.Rows.
Count
)