4 writes to _textView
PresentationFramework (4)
MS\Internal\PtsHost\FlowDocumentPage.cs (4)
371_textView = GetTextView(); 845_textView = null; 990_textView = GetTextView(); 1163_textView = new TextDocumentView(this, _structuralCache.TextContainer);
13 references to _textView
PresentationFramework (13)
MS\Internal\PtsHost\FlowDocumentPage.cs (13)
372Invariant.Assert(_textView != null && ((ITextView)_textView).TextSegments.Count > 0); 373return new HostedElements(((ITextView)_textView).TextSegments); 907if (_textView != null) 909_textView.Invalidate(); 991Invariant.Assert(_textView != null); 993for (int segmentIndex = 0; segmentIndex < ((ITextView)_textView).TextSegments.Count; segmentIndex++) 995if (((ITextPointer)elementPosition).CompareTo(((ITextView)_textView).TextSegments[segmentIndex].Start) >= 0 && 996((ITextPointer)elementPosition).CompareTo(((ITextView)_textView).TextSegments[segmentIndex].End) < 0) 1040if (_textView != null) 1042_textView.OnUpdated(); 1161if (_textView == null) 1166return _textView;