2 writes to _textEditor
PresentationFramework (2)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1015_textEditor = null; 1037_textEditor = new TextEditor(textContainer, this, false);
6 references to _textEditor
PresentationFramework (6)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (6)
705return DocumentViewerHelper.Find(findToolBar, _textEditor, _textView, masterPageTextView); 736get { return _textEditor; } 1012if (_textEditor != null) 1014_textEditor.OnDetach(); 1038_textEditor.IsReadOnly = !IsEditingEnabled; 1039_textEditor.TextView = _textView;