2 writes to _textView
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1037_textView = null; 1053_textView = new MultiPageTextView(this, this.TextEditorRenderScope, textContainer);
9 references to _textView
PresentationFramework (9)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (9)
722return DocumentViewerHelper.Find(findToolBar, _textEditor, _textView, masterPageTextView); 873if (_textView != null) 875_textView.OnPagesUpdated(); 1033if (_textView.TextContainer.TextView == _textView) 1035_textView.TextContainer.TextView = null; 1056_textEditor.TextView = _textView; 1057textContainer.TextView = _textView; 1800service = _textView;