2 writes to _textView
PresentationFramework (2)
MS\Internal\Documents\FlowDocumentView.cs (2)
310_textView = null; 696_textView = new DocumentPageTextView(this, _document.StructuralCache.TextContainer);
5 references to _textView
PresentationFramework (5)
MS\Internal\Documents\FlowDocumentView.cs (5)
160_textView?.OnPageConnected(); 184_textView?.OnPageDisconnected(); 383_textView?.OnPageDisconnected(); 694if (_textView == null && _document != null) 698service = _textView;