6 references to EnsureCapacity
PresentationFramework (6)
src\Framework\MS\Internal\Documents\TableColumnCollectionInternal.cs (2)
45
EnsureCapacity
(Size + 1);
113
EnsureCapacity
(Size + 1);
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
365
EnsureCapacity
(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);