2 writes to _segments
PresentationFramework (2)
MS\Internal\Documents\TextDocumentView.cs (2)
450
_segments
= null;
605
_segments
= GetTextSegments();
3 references to _segments
PresentationFramework (3)
MS\Internal\Documents\TextDocumentView.cs (3)
603
if (
_segments
== null)
606
Invariant.Assert(
_segments
!= null, "TextSegment collection is empty.");
608
return
_segments
;