1 write to _textSegments
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
743_textSegments = new ReadOnlyCollection<TextSegment>(list);
2 references to _textSegments
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedTextView.cs (2)
739if (_textSegments == null) 745return _textSegments;