2 writes to _segments
PresentationFramework (2)
MS\Internal\Documents\TextDocumentView.cs (2)
446
_segments
= null;
601
_segments
= GetTextSegments();
3 references to _segments
PresentationFramework (3)
MS\Internal\Documents\TextDocumentView.cs (3)
599
if (
_segments
== null)
602
Invariant.Assert(
_segments
!= null, "TextSegment collection is empty.");
604
return
_segments
;