Implemented interface member:
2 overrides of
PresentationFramework (2)
MS\Internal\Documents\TableColumnCollectionInternal.cs (1)
313public override TableColumn this[int index]
MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
400public override TElementType this[int index]
1 write to
PresentationFramework (1)
MS\Internal\Documents\ContentElementCollection.cs (1)
513this[index] = item;
2 references to
PresentationFramework (2)
MS\Internal\Documents\ContentElementCollection.cs (2)
325_currentElement = _collection[_index]; 499return this[index];