2 writes to _textEditor
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1032_textEditor = null; 1054_textEditor = new TextEditor(textContainer, this, false);
6 references to _textEditor
PresentationFramework (6)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (6)
722return DocumentViewerHelper.Find(findToolBar, _textEditor, _textView, masterPageTextView); 753get { return _textEditor; } 1029if (_textEditor != null) 1031_textEditor.OnDetach(); 1055_textEditor.IsReadOnly = !IsEditingEnabled; 1056_textEditor.TextView = _textView;