Implemented interface members:
30 references to Count
PresentationFramework (30)
MS\Internal\PtsHost\RowParagraph.cs (3)
110
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)
569
if (row.Index == row.RowGroup.Rows.
Count
- 1)
1354
(row.Index == row.RowGroup.Rows.
Count
- 1) && Table.IsLastNonEmptyRowGroup(row.RowGroup.Index);
MS\Internal\PtsHost\TableParagraph.cs (3)
264
if(rowGroup.Rows.
Count
> 0)
316
if (nextRowIndex < currentRowGroup.Rows.
Count
)
333
if (Rows.
Count
> 0)
System\Windows\Automation\Peers\TableAutomationPeer.cs (3)
97
rows += group.Rows.
Count
;
137
if (currentRow + group.Rows.
Count
< row)
139
currentRow += group.Rows.
Count
;
System\Windows\Documents\Table.cs (2)
295
if(RowGroups[rowGroupIndex].Rows.
Count
> 0)
315
if(RowGroups[rowGroupIndex].Rows.
Count
> 0)
System\Windows\Documents\TableRowGroup.cs (2)
107
return Rows.
Count
> 0;
192
for (int i = 0; i < Rows.
Count
; ++i)
System\windows\Documents\TextEditorTyping.cs (2)
1410
if (rowIndex + 1 < body.Rows.
Count
)
1451
else if (rowIndex + 1 < body.Rows.
Count
)
System\Windows\Documents\TextRangeEditTables.cs (12)
339
for (int rowIndex = firstRowIndex; rowIndex <= lastRowIndex && rowIndex < rowGroup.Rows.
Count
; rowIndex++)
479
while (rowIndex < rows.
Count
&& rows[rowIndex].Cells.Count == 0)
484
if (rowIndex < rows.
Count
)
1021
endRow = endRowGroup.Rows[endRowGroup.Rows.
Count
- 1];
1236
if (deletedRowsCount == rows.
Count
)
1244
bool lastRowDeleted = endRow.Index == rows.
Count
- 1;
1254
Invariant.Assert(rows.
Count
> 0);
1279
int rowCount = rows.
Count
;
1369
for (int iRow = 0; iRow < rowGroup.Rows.
Count
; iRow++)
1490
for (int iRow = 0; iRow < rowGroup.Rows.
Count
; iRow++)
2367
if (topRow >= rowGroup.Rows.
Count
|| bottomRow >= rowGroup.Rows.
Count
)
System\windows\Documents\TextSelection.cs (1)
1041
if (nextRowIndex < rowGroup.Rows.
Count
)