Implemented interface members:
4 references to Count
PresentationFramework (4)
System\Windows\Documents\TableCellCollection.cs (1)
357return _cellCollectionInternal.Count;
System\Windows\Documents\TableColumnCollection.cs (1)
364return _columnCollection.Count;
System\Windows\Documents\TableRowCollection.cs (1)
357return _rowCollectionInternal.Count;
System\Windows\Documents\TableRowGroupCollection.cs (1)
357return _rowGroupCollectionInternal.Count;