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