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)
710
return DocumentViewerHelper.Find(findToolBar,
_textEditor
, _textView, masterPageTextView);
741
get { return
_textEditor
; }
1017
if (
_textEditor
!= null)
1019
_textEditor
.OnDetach();
1043
_textEditor
.IsReadOnly = !IsEditingEnabled;
1044
_textEditor
.TextView = _textView;