2 writes to _textView
PresentationFramework (2)
MS\Internal\Documents\FlowDocumentView.cs (2)
316_textView = null; 747_textView = new DocumentPageTextView(this, _document.StructuralCache.TextContainer);
8 references to _textView
PresentationFramework (8)
MS\Internal\Documents\FlowDocumentView.cs (8)
160if (_textView != null) 162_textView.OnPageConnected(); 187if (_textView != null) 189_textView.OnPageDisconnected(); 389if (_textView != null) 391_textView.OnPageDisconnected(); 745if (_textView == null && _document != null) 749service = _textView;