1 write to _textSegments
PresentationFramework (1)
System\Windows\Documents\DocumentSequenceTextView.cs (1)
563
_textSegments
= new ReadOnlyCollection<TextSegment>(parentSegments);
2 references to _textSegments
PresentationFramework (2)
System\Windows\Documents\DocumentSequenceTextView.cs (2)
550
if (
_textSegments
== null)
566
return
_textSegments
;