1 write to _textSegments
PresentationFramework (1)
System\Windows\Documents\FixedTextView.cs (1)
733
_textSegments
= new ReadOnlyCollection<TextSegment>(list);
2 references to _textSegments
PresentationFramework (2)
System\Windows\Documents\FixedTextView.cs (2)
729
if (
_textSegments
== null)
735
return
_textSegments
;