7 writes to PrivateCapacity
PresentationFramework (7)
MS\Internal\Documents\ContentElementCollection.cs (3)
295
PrivateCapacity
= Size;
616
PrivateCapacity
= value;
671
PrivateCapacity
= Math.Max(min, PrivateCapacity * 2);
System\Windows\Documents\TableCellCollection.cs (1)
552
_cellCollectionInternal.
PrivateCapacity
= value;
System\Windows\Documents\TableColumnCollection.cs (1)
432
_columnCollection.
PrivateCapacity
= value;
System\Windows\Documents\TableRowCollection.cs (1)
552
_rowCollectionInternal.
PrivateCapacity
= value;
System\Windows\Documents\TableRowGroupCollection.cs (1)
551
_rowGroupCollectionInternal.
PrivateCapacity
= value;
7 references to PrivateCapacity
PresentationFramework (7)
MS\Internal\Documents\ContentElementCollection.cs (3)
612
return
PrivateCapacity
;
669
if (
PrivateCapacity
< min)
671
PrivateCapacity = Math.Max(min,
PrivateCapacity
* 2);
System\Windows\Documents\TableCellCollection.cs (1)
548
return _cellCollectionInternal.
PrivateCapacity
;
System\Windows\Documents\TableColumnCollection.cs (1)
428
return _columnCollection.
PrivateCapacity
;
System\Windows\Documents\TableRowCollection.cs (1)
548
return _rowCollectionInternal.
PrivateCapacity
;
System\Windows\Documents\TableRowGroupCollection.cs (1)
547
return _rowGroupCollectionInternal.
PrivateCapacity
;