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)
359
return _cellCollectionInternal.
Count
;
src\Framework\System\Windows\Documents\TableColumnCollection.cs (1)
367
return _columnCollection.
Count
;
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
359
return _rowCollectionInternal.
Count
;
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
359
return _rowGroupCollectionInternal.
Count
;