3 writes to Capacity
PresentationFramework (3)
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
426_cellCollectionInternal.Capacity = value;
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
426_rowCollectionInternal.Capacity = value;
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
425_rowGroupCollectionInternal.Capacity = value;
3 references to Capacity
PresentationFramework (3)
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
422return _cellCollectionInternal.Capacity;
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
422return _rowCollectionInternal.Capacity;
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
421return _rowGroupCollectionInternal.Capacity;