4 writes to _textView
PresentationFramework (4)
MS\Internal\PtsHost\FlowDocumentPage.cs (4)
362_textView = GetTextView(); 833_textView = null; 975_textView = GetTextView(); 1145_textView = new TextDocumentView(this, _structuralCache.TextContainer);
11 references to _textView
PresentationFramework (11)
MS\Internal\PtsHost\FlowDocumentPage.cs (11)
363Invariant.Assert(_textView != null && ((ITextView)_textView).TextSegments.Count > 0); 364return new HostedElements(((ITextView)_textView).TextSegments); 895_textView?.Invalidate(); 976Invariant.Assert(_textView != null); 978for (int segmentIndex = 0; segmentIndex < ((ITextView)_textView).TextSegments.Count; segmentIndex++) 980if (((ITextPointer)elementPosition).CompareTo(((ITextView)_textView).TextSegments[segmentIndex].Start) >= 0 && 981((ITextPointer)elementPosition).CompareTo(((ITextView)_textView).TextSegments[segmentIndex].End) < 0) 1025_textView?.OnUpdated(); 1143if (_textView == null) 1148return _textView;