7 writes to PrivateCapacity
PresentationFramework (7)
MS\Internal\Documents\ContentElementCollection.cs (3)
289
PrivateCapacity
= Size;
610
PrivateCapacity
= value;
665
PrivateCapacity
= Math.Max(min, PrivateCapacity * 2);
System\Windows\Documents\TableCellCollection.cs (1)
549
_cellCollectionInternal.
PrivateCapacity
= value;
System\Windows\Documents\TableColumnCollection.cs (1)
429
_columnCollection.
PrivateCapacity
= value;
System\Windows\Documents\TableRowCollection.cs (1)
549
_rowCollectionInternal.
PrivateCapacity
= value;
System\Windows\Documents\TableRowGroupCollection.cs (1)
548
_rowGroupCollectionInternal.
PrivateCapacity
= value;
7 references to PrivateCapacity
PresentationFramework (7)
MS\Internal\Documents\ContentElementCollection.cs (3)
606
return
PrivateCapacity
;
663
if (
PrivateCapacity
< min)
665
PrivateCapacity = Math.Max(min,
PrivateCapacity
* 2);
System\Windows\Documents\TableCellCollection.cs (1)
545
return _cellCollectionInternal.
PrivateCapacity
;
System\Windows\Documents\TableColumnCollection.cs (1)
425
return _columnCollection.
PrivateCapacity
;
System\Windows\Documents\TableRowCollection.cs (1)
545
return _rowCollectionInternal.
PrivateCapacity
;
System\Windows\Documents\TableRowGroupCollection.cs (1)
544
return _rowGroupCollectionInternal.
PrivateCapacity
;