2 writes to _textEditor
PresentationFramework (2)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
998
_textEditor
= null;
1017
_textEditor
= new TextEditor(textContainer, this, false)
4 references to _textEditor
PresentationFramework (4)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (4)
691
return DocumentViewerHelper.Find(findToolBar,
_textEditor
, _textView, masterPageTextView);
722
get { return
_textEditor
; }
995
if (
_textEditor
!= null)
997
_textEditor
.OnDetach();