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