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