Implemented interface members:
7 references to Count
PresentationFramework (7)
MS\Internal\PtsHost\TableParagraph.cs (3)
275
for(int rowGroupIndex = 0; rowGroupIndex < Table.RowGroups.
Count
&& tableRow == null; rowGroupIndex++)
316
Debug.Assert(Table.RowGroups.
Count
> 0);
340
if(nextRowGroupIndex == Table.RowGroups.
Count
)
System\Windows\Documents\Table.cs (2)
290
for (int i = 0; i < _rowGroups.
Count
; ++i)
334
while(rowGroupIndex < RowGroups.
Count
)
System\Windows\Documents\TextRangeEditTables.cs (2)
1364
for (int iRowGroup = 0; iRowGroup < table.RowGroups.
Count
; iRowGroup++)
1485
for (int iRowGroup = 0; iRowGroup < table.RowGroups.
Count
; iRowGroup++)