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