2 writes to _textView
PresentationFramework (2)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1002_textView = null; 1015_textView = new MultiPageTextView(this, this.TextEditorRenderScope, textContainer);
8 references to _textView
PresentationFramework (8)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (8)
690return DocumentViewerHelper.Find(findToolBar, _textEditor, _textView, masterPageTextView); 841_textView?.OnPagesUpdated(); 998if (_textView.TextContainer.TextView == _textView) 1000_textView.TextContainer.TextView = null; 1019TextView = _textView 1021textContainer.TextView = _textView; 1746service = _textView;