2 writes to _textEditor
PresentationFramework (2)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
997_textEditor = null; 1016_textEditor = new TextEditor(textContainer, this, false)
4 references to _textEditor
PresentationFramework (4)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (4)
690return DocumentViewerHelper.Find(findToolBar, _textEditor, _textView, masterPageTextView); 721get { return _textEditor; } 994if (_textEditor != null) 996_textEditor.OnDetach();