2 writes to _textView
PresentationFramework (2)
MS\Internal\Documents\FlowDocumentView.cs (2)
318_textView = null; 749_textView = new DocumentPageTextView(this, _document.StructuralCache.TextContainer);
8 references to _textView
PresentationFramework (8)
MS\Internal\Documents\FlowDocumentView.cs (8)
162if (_textView != null) 164_textView.OnPageConnected(); 189if (_textView != null) 191_textView.OnPageDisconnected(); 391if (_textView != null) 393_textView.OnPageDisconnected(); 747if (_textView == null && _document != null) 751service = _textView;