1 write to _textSegments
PresentationFramework (1)
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (1)
586
_textSegments
= new ReadOnlyCollection<TextSegment>(parentSegments);
2 references to _textSegments
PresentationFramework (2)
src\Framework\System\Windows\Documents\DocumentSequenceTextView.cs (2)
573
if (
_textSegments
== null)
589
return
_textSegments
;