1 write to _textSegments
PresentationFramework (1)
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (1)
586_textSegments = new ReadOnlyCollection<TextSegment>(parentSegments);
2 references to _textSegments
PresentationFramework (2)
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (2)
573if (_textSegments == null) 589return _textSegments;