Implemented interface member:
2 overrides of
PresentationFramework (2)
MS\Internal\Documents\TableColumnCollectionInternal.cs (1)
312public override TableColumn this[int index]
MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
399public override TElementType this[int index]
1 write to
PresentationFramework (1)
MS\Internal\Documents\ContentElementCollection.cs (1)
512this[index] = item;
2 references to
PresentationFramework (2)
MS\Internal\Documents\ContentElementCollection.cs (2)
324_currentElement = _collection[_index]; 498return this[index];