2 writes to _textView
PresentationFramework (2)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (2)
323_textView = null; 754_textView = new DocumentPageTextView(this, _document.StructuralCache.TextContainer);
8 references to _textView
PresentationFramework (8)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (8)
167if (_textView != null) 169_textView.OnPageConnected(); 194if (_textView != null) 196_textView.OnPageDisconnected(); 396if (_textView != null) 398_textView.OnPageDisconnected(); 752if (_textView == null && _document != null) 756service = _textView;