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)
504
internal LiveShapingItem ItemAt(int index) { return _root
[
index]; }
566
LiveShapingItem lsi = _root
[
index];
576
return _root
[
index].Item;
src\Framework\MS\Internal\Data\LiveShapingTree.cs (1)
47
LiveShapingItem lsi = this
[
oldIndex];