2 writes to _textEditor
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
973
_textEditor
= null;
992
_textEditor
= new TextEditor(Document.StructuralCache.TextContainer, this, false);
11 references to _textEditor
PresentationFramework (11)
System\Windows\Controls\FlowDocumentScrollViewer.cs (11)
886
get { return (_findToolBarHost != null && Document != null &&
_textEditor
!= null); }
969
if (
_textEditor
!= null)
971
_textEditor
.TextContainer.TextView = null;
972
_textEditor
.OnDetach();
993
_textEditor
.IsReadOnly = !IsEditingEnabled;
994
_textEditor
.TextView = textView;
1004
if (
_textEditor
== null && FindToolBar != null)
1540
if (findToolBar != null &&
_textEditor
!= null)
1547
findResult = DocumentViewerHelper.Find(findToolBar,
_textEditor
,
_textEditor
.TextView,
_textEditor
.TextView);