7 writes to PrivateCapacity
PresentationFramework (7)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (3)
304
PrivateCapacity
= Size;
634
PrivateCapacity
= value;
689
PrivateCapacity
= Math.Max(min, PrivateCapacity * 2);
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
554
_cellCollectionInternal.
PrivateCapacity
= value;
src\Framework\System\Windows\Documents\TableColumnCollection.cs (1)
435
_columnCollection.
PrivateCapacity
= value;
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
554
_rowCollectionInternal.
PrivateCapacity
= value;
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
553
_rowGroupCollectionInternal.
PrivateCapacity
= value;
7 references to PrivateCapacity
PresentationFramework (7)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (3)
630
return
PrivateCapacity
;
687
if (
PrivateCapacity
< min)
689
PrivateCapacity = Math.Max(min,
PrivateCapacity
* 2);
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
550
return _cellCollectionInternal.
PrivateCapacity
;
src\Framework\System\Windows\Documents\TableColumnCollection.cs (1)
431
return _columnCollection.
PrivateCapacity
;
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
550
return _rowCollectionInternal.
PrivateCapacity
;
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
549
return _rowGroupCollectionInternal.
PrivateCapacity
;