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