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)
694
return DocumentViewerHelper.Find(findToolBar,
_textEditor
, _textView, masterPageTextView);
725
get { return
_textEditor
; }
1001
if (
_textEditor
!= null)
1003
_textEditor
.OnDetach();