2 writes to _textEditor
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
976
_textEditor
= null;
995
_textEditor
= new TextEditor(Document.StructuralCache.TextContainer, this, false);
11 references to _textEditor
PresentationFramework (11)
System\Windows\Controls\FlowDocumentScrollViewer.cs (11)
889
get { return (_findToolBarHost != null && Document != null &&
_textEditor
!= null); }
972
if (
_textEditor
!= null)
974
_textEditor
.TextContainer.TextView = null;
975
_textEditor
.OnDetach();
996
_textEditor
.IsReadOnly = !IsEditingEnabled;
997
_textEditor
.TextView = textView;
1007
if (
_textEditor
== null && FindToolBar != null)
1543
if (findToolBar != null &&
_textEditor
!= null)
1550
findResult = DocumentViewerHelper.Find(findToolBar,
_textEditor
,
_textEditor
.TextView,
_textEditor
.TextView);