3 writes to Capacity
PresentationFramework (3)
System\Windows\Documents\TableCellCollection.cs (1)
424
_cellCollectionInternal.
Capacity
= value;
System\Windows\Documents\TableRowCollection.cs (1)
424
_rowCollectionInternal.
Capacity
= value;
System\Windows\Documents\TableRowGroupCollection.cs (1)
423
_rowGroupCollectionInternal.
Capacity
= value;
3 references to Capacity
PresentationFramework (3)
System\Windows\Documents\TableCellCollection.cs (1)
420
return _cellCollectionInternal.
Capacity
;
System\Windows\Documents\TableRowCollection.cs (1)
420
return _rowCollectionInternal.
Capacity
;
System\Windows\Documents\TableRowGroupCollection.cs (1)
419
return _rowGroupCollectionInternal.
Capacity
;