1 write to _index
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextElementCollection.cs (1)
1031_index = index;
2 references to _index
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextElementCollection.cs (2)
1039return _index >= 0 && TextElementCollectionHelper.IsCleanParent(_element.Parent, collection); 1043internal int Index { get { return _index; } }