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