Implemented interface member:
2 overrides of
PresentationFramework (2)
MS\Internal\Documents\TableColumnCollectionInternal.cs (1)
318public override TableColumn this[int index]
MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
404public override TElementType this[int index]
1 write to
PresentationFramework (1)
MS\Internal\Documents\ContentElementCollection.cs (1)
518this[index] = item;
2 references to
PresentationFramework (2)
MS\Internal\Documents\ContentElementCollection.cs (2)
330_currentElement = _collection[_index]; 504return this[index];