2 writes to _textView
PresentationFramework (2)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1003_textView = null; 1016_textView = new MultiPageTextView(this, this.TextEditorRenderScope, textContainer);
8 references to _textView
PresentationFramework (8)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (8)
691return DocumentViewerHelper.Find(findToolBar, _textEditor, _textView, masterPageTextView); 842_textView?.OnPagesUpdated(); 999if (_textView.TextContainer.TextView == _textView) 1001_textView.TextContainer.TextView = null; 1020TextView = _textView 1022textContainer.TextView = _textView; 1747service = _textView;