Implemented interface member:
method
Insert
System.Collections.Generic.IList<T>.Insert(System.Int32, T)
4 references to Insert
PresentationFramework (4)
src\Framework\MS\Internal\Data\LiveShapingList.cs (3)
310_filterRoot.Insert(_filterRoot.Count, lsi); 318_filterRoot.Insert(_filterRoot.Count, lsi); 542_root.Insert(index, new LiveShapingItem(value, this));
src\Framework\MS\Internal\Data\LiveShapingTree.cs (1)
49Insert(newIndex, lsi);