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)
422
return _cellCollectionInternal.
Capacity
;
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
422
return _rowCollectionInternal.
Capacity
;
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
421
return _rowGroupCollectionInternal.
Capacity
;