Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
4 references to Count
PresentationFramework (4)
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
359return _cellCollectionInternal.Count;
src\Framework\System\Windows\Documents\TableColumnCollection.cs (1)
367return _columnCollection.Count;
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
359return _rowCollectionInternal.Count;
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
359return _rowGroupCollectionInternal.Count;