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