Implemented interface member:
property
this
System.Collections.Generic.IList<T>.this[System.Int32]
2 overrides of
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TableColumnCollectionInternal.cs (1)
324
public override TableColumn
this
[int index]
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
410
public override TElementType
this
[int index]
1 write to
PresentationFramework (1)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (1)
536
this
[
index] = item;
2 references to
PresentationFramework (2)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (2)
339
_currentElement = _collection
[
_index];
519
return this
[
index];