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)
722
return DocumentViewerHelper.Find(findToolBar,
_textEditor
, _textView, masterPageTextView);
753
get { return
_textEditor
; }
1029
if (
_textEditor
!= null)
1031
_textEditor
.OnDetach();
1055
_textEditor
.IsReadOnly = !IsEditingEnabled;
1056
_textEditor
.TextView = _textView;