2 writes to _textEditor
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
962
_textEditor
= null;
981
_textEditor
= new TextEditor(Document.StructuralCache.TextContainer, this, false)
9 references to _textEditor
PresentationFramework (9)
System\Windows\Controls\FlowDocumentScrollViewer.cs (9)
878
get { return (_findToolBarHost != null && Document != null &&
_textEditor
!= null); }
958
if (
_textEditor
!= null)
960
_textEditor
.TextContainer.TextView = null;
961
_textEditor
.OnDetach();
995
if (
_textEditor
== null && FindToolBar != null)
1494
if (findToolBar != null &&
_textEditor
!= null)
1501
findResult = DocumentViewerHelper.Find(findToolBar,
_textEditor
,
_textEditor
.TextView,
_textEditor
.TextView);