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