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)
705
return DocumentViewerHelper.Find(findToolBar,
_textEditor
, _textView, masterPageTextView);
736
get { return
_textEditor
; }
1012
if (
_textEditor
!= null)
1014
_textEditor
.OnDetach();
1038
_textEditor
.IsReadOnly = !IsEditingEnabled;
1039
_textEditor
.TextView = _textView;