2 writes to _textEditor
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
969
_textEditor
= null;
988
_textEditor
= new TextEditor(Document.StructuralCache.TextContainer, this, false)
9 references to _textEditor
PresentationFramework (9)
System\Windows\Controls\FlowDocumentScrollViewer.cs (9)
882
get { return (_findToolBarHost != null && Document != null &&
_textEditor
!= null); }
965
if (
_textEditor
!= null)
967
_textEditor
.TextContainer.TextView = null;
968
_textEditor
.OnDetach();
1002
if (
_textEditor
== null && FindToolBar != null)
1507
if (findToolBar != null &&
_textEditor
!= null)
1514
findResult = DocumentViewerHelper.Find(findToolBar,
_textEditor
,
_textEditor
.TextView,
_textEditor
.TextView);