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