2 writes to _segments
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (2)
457
_segments
= null;
612
_segments
= GetTextSegments();
3 references to _segments
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (3)
610
if (
_segments
== null)
613
Invariant.Assert(
_segments
!= null, "TextSegment collection is empty.");
615
return
_segments
;