1 write to _textSegments
PresentationFramework (1)
System\Windows\Documents\DocumentSequenceTextView.cs (1)
571_textSegments = new ReadOnlyCollection<TextSegment>(parentSegments);
2 references to _textSegments
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextView.cs (2)
558if (_textSegments == null) 574return _textSegments;