2 writes to _textEditor
PresentationFramework (2)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1004_textEditor = null; 1026_textEditor = new TextEditor(textContainer, this, false)
4 references to _textEditor
PresentationFramework (4)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (4)
694return DocumentViewerHelper.Find(findToolBar, _textEditor, _textView, masterPageTextView); 725get { return _textEditor; } 1001if (_textEditor != null) 1003_textEditor.OnDetach();