2 writes to _textView
PresentationFramework (2)
MS\Internal\Documents\FlowDocumentView.cs (2)
303_textView = null; 683_textView = new DocumentPageTextView(this, _document.StructuralCache.TextContainer);
5 references to _textView
PresentationFramework (5)
MS\Internal\Documents\FlowDocumentView.cs (5)
159_textView?.OnPageConnected(); 183_textView?.OnPageDisconnected(); 376_textView?.OnPageDisconnected(); 681if (_textView == null && _document != null) 685service = _textView;