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