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