2 writes to _textEditor
PresentationFramework (2)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
998_textEditor = null; 1017_textEditor = new TextEditor(textContainer, this, false)
4 references to _textEditor
PresentationFramework (4)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (4)
691return DocumentViewerHelper.Find(findToolBar, _textEditor, _textView, masterPageTextView); 722get { return _textEditor; } 995if (_textEditor != null) 997_textEditor.OnDetach();