Implemented interface member:
method
RemoveAt
System.Collections.Generic.IList<T>.RemoveAt(System.Int32)
2 overrides of RemoveAt
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TableColumnCollectionInternal.cs (1)
245public override void RemoveAt(int index)
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
192public override void RemoveAt(int index)
1 reference to RemoveAt
PresentationFramework (1)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (1)
512this.RemoveAt(index);