7 writes to PrivateCapacity
PresentationFramework (7)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (3)
304PrivateCapacity = Size; 634PrivateCapacity = value; 689PrivateCapacity = Math.Max(min, PrivateCapacity * 2);
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
554_cellCollectionInternal.PrivateCapacity = value;
src\Framework\System\Windows\Documents\TableColumnCollection.cs (1)
435_columnCollection.PrivateCapacity = value;
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
554_rowCollectionInternal.PrivateCapacity = value;
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
553_rowGroupCollectionInternal.PrivateCapacity = value;
7 references to PrivateCapacity
PresentationFramework (7)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (3)
630return PrivateCapacity; 687if (PrivateCapacity < min) 689PrivateCapacity = Math.Max(min, PrivateCapacity * 2);
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
550return _cellCollectionInternal.PrivateCapacity;
src\Framework\System\Windows\Documents\TableColumnCollection.cs (1)
431return _columnCollection.PrivateCapacity;
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
550return _rowCollectionInternal.PrivateCapacity;
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
549return _rowGroupCollectionInternal.PrivateCapacity;