4 writes to _textView
PresentationFramework (4)
MS\Internal\PtsHost\FlowDocumentPage.cs (4)
363_textView = GetTextView(); 834_textView = null; 976_textView = GetTextView(); 1146_textView = new TextDocumentView(this, _structuralCache.TextContainer);
11 references to _textView
PresentationFramework (11)
MS\Internal\PtsHost\FlowDocumentPage.cs (11)
364Invariant.Assert(_textView != null && ((ITextView)_textView).TextSegments.Count > 0); 365return new HostedElements(((ITextView)_textView).TextSegments); 896_textView?.Invalidate(); 977Invariant.Assert(_textView != null); 979for (int segmentIndex = 0; segmentIndex < ((ITextView)_textView).TextSegments.Count; segmentIndex++) 981if (((ITextPointer)elementPosition).CompareTo(((ITextView)_textView).TextSegments[segmentIndex].Start) >= 0 && 982((ITextPointer)elementPosition).CompareTo(((ITextView)_textView).TextSegments[segmentIndex].End) < 0) 1026_textView?.OnUpdated(); 1144if (_textView == null) 1149return _textView;