Implemented interface member:
property
this
System.Collections.Generic.IList<T>.this[System.Int32]
4 references to
PresentationFramework (4)
src\Framework\MS\Internal\Data\LiveShapingList.cs (3)
504internal LiveShapingItem ItemAt(int index) { return _root[index]; } 566LiveShapingItem lsi = _root[index]; 576return _root[index].Item;
src\Framework\MS\Internal\Data\LiveShapingTree.cs (1)
47LiveShapingItem lsi = this[oldIndex];