4 writes to _textView
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (4)
373_textView = GetTextView(); 867_textView = null; 1012_textView = GetTextView(); 1188_textView = new TextDocumentView(this, _structuralCache.TextContainer);
13 references to _textView
PresentationFramework (13)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (13)
374Invariant.Assert(_textView != null && ((ITextView)_textView).TextSegments.Count > 0); 375return new HostedElements(((ITextView)_textView).TextSegments); 929if (_textView != null) 931_textView.Invalidate(); 1013Invariant.Assert(_textView != null); 1015for (int segmentIndex = 0; segmentIndex < ((ITextView)_textView).TextSegments.Count; segmentIndex++) 1017if (((ITextPointer)elementPosition).CompareTo(((ITextView)_textView).TextSegments[segmentIndex].Start) >= 0 && 1018((ITextPointer)elementPosition).CompareTo(((ITextView)_textView).TextSegments[segmentIndex].End) < 0) 1062if (_textView != null) 1064_textView.OnUpdated(); 1186if (_textView == null) 1191return _textView;