2 writes to _textEditor
PresentationFramework (2)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1020_textEditor = null; 1042_textEditor = new TextEditor(textContainer, this, false);
6 references to _textEditor
PresentationFramework (6)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (6)
710return DocumentViewerHelper.Find(findToolBar, _textEditor, _textView, masterPageTextView); 741get { return _textEditor; } 1017if (_textEditor != null) 1019_textEditor.OnDetach(); 1043_textEditor.IsReadOnly = !IsEditingEnabled; 1044_textEditor.TextView = _textView;