6 references to EnsureCapacity
PresentationFramework (6)
src\Framework\MS\Internal\Documents\TableColumnCollectionInternal.cs (2)
45EnsureCapacity(Size + 1); 113EnsureCapacity(Size + 1);
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
365EnsureCapacity(Size + 1);
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
489_cellCollectionInternal.EnsureCapacity(min);
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
489_rowCollectionInternal.EnsureCapacity(min);
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
488_rowGroupCollectionInternal.EnsureCapacity(min);