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)
739
if (
_textSegments
== null)
745
return
_textSegments
;