Base:
method
RemoveAt
MS.Internal.Documents.ContentElementCollection<TParent, TItem>.RemoveAt(System.Int32)
4 references to RemoveAt
PresentationFramework (4)
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
438
this.
RemoveAt
(index);
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
224
_cellCollectionInternal.
RemoveAt
(index);
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
224
_rowCollectionInternal.
RemoveAt
(index);
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
224
_rowGroupCollectionInternal.
RemoveAt
(index);