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)
1039
return
_index
>= 0 && TextElementCollectionHelper.IsCleanParent(_element.Parent, collection);
1043
internal int Index { get { return
_index
; } }