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