Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
7 references to Count
PresentationFramework (7)
src\Framework\MS\Internal\PtsHost\TableParagraph.cs (3)
279for(int rowGroupIndex = 0; rowGroupIndex < Table.RowGroups.Count && tableRow == null; rowGroupIndex++) 320Debug.Assert(Table.RowGroups.Count > 0); 344if(nextRowGroupIndex == Table.RowGroups.Count)
src\Framework\System\Windows\Documents\Table.cs (2)
298for (int i = 0; i < _rowGroups.Count; ++i) 342while(rowGroupIndex < RowGroups.Count)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
1367for (int iRowGroup = 0; iRowGroup < table.RowGroups.Count; iRowGroup++) 1488for (int iRowGroup = 0; iRowGroup < table.RowGroups.Count; iRowGroup++)