7 writes to PrivateCapacity
PresentationFramework (7)
MS\Internal\Documents\ContentElementCollection.cs (3)
290
PrivateCapacity
= Size;
611
PrivateCapacity
= value;
666
PrivateCapacity
= Math.Max(min, PrivateCapacity * 2);
System\Windows\Documents\TableCellCollection.cs (1)
550
_cellCollectionInternal.
PrivateCapacity
= value;
System\Windows\Documents\TableColumnCollection.cs (1)
430
_columnCollection.
PrivateCapacity
= value;
System\Windows\Documents\TableRowCollection.cs (1)
550
_rowCollectionInternal.
PrivateCapacity
= value;
System\Windows\Documents\TableRowGroupCollection.cs (1)
549
_rowGroupCollectionInternal.
PrivateCapacity
= value;
7 references to PrivateCapacity
PresentationFramework (7)
MS\Internal\Documents\ContentElementCollection.cs (3)
607
return
PrivateCapacity
;
664
if (
PrivateCapacity
< min)
666
PrivateCapacity = Math.Max(min,
PrivateCapacity
* 2);
System\Windows\Documents\TableCellCollection.cs (1)
546
return _cellCollectionInternal.
PrivateCapacity
;
System\Windows\Documents\TableColumnCollection.cs (1)
426
return _columnCollection.
PrivateCapacity
;
System\Windows\Documents\TableRowCollection.cs (1)
546
return _rowCollectionInternal.
PrivateCapacity
;
System\Windows\Documents\TableRowGroupCollection.cs (1)
545
return _rowGroupCollectionInternal.
PrivateCapacity
;