2 writes to _textView
PresentationFramework (2)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1025_textView = null; 1041_textView = new MultiPageTextView(this, this.TextEditorRenderScope, textContainer);
9 references to _textView
PresentationFramework (9)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (9)
710return DocumentViewerHelper.Find(findToolBar, _textEditor, _textView, masterPageTextView); 861if (_textView != null) 863_textView.OnPagesUpdated(); 1021if (_textView.TextContainer.TextView == _textView) 1023_textView.TextContainer.TextView = null; 1044_textEditor.TextView = _textView; 1045textContainer.TextView = _textView; 1782service = _textView;