2 writes to _textEditor
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
968
_textEditor
= null;
987
_textEditor
= new TextEditor(Document.StructuralCache.TextContainer, this, false)
9 references to _textEditor
PresentationFramework (9)
System\Windows\Controls\FlowDocumentScrollViewer.cs (9)
881
get { return (_findToolBarHost != null && Document != null &&
_textEditor
!= null); }
964
if (
_textEditor
!= null)
966
_textEditor
.TextContainer.TextView = null;
967
_textEditor
.OnDetach();
1001
if (
_textEditor
== null && FindToolBar != null)
1506
if (findToolBar != null &&
_textEditor
!= null)
1513
findResult = DocumentViewerHelper.Find(findToolBar,
_textEditor
,
_textEditor
.TextView,
_textEditor
.TextView);