2 writes to _textEditor
PresentationFramework (2)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
984
_textEditor
= null;
1003
_textEditor
= new TextEditor(Document.StructuralCache.TextContainer, this, false);
11 references to _textEditor
PresentationFramework (11)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (11)
895
get { return (_findToolBarHost != null && Document != null &&
_textEditor
!= null); }
980
if (
_textEditor
!= null)
982
_textEditor
.TextContainer.TextView = null;
983
_textEditor
.OnDetach();
1004
_textEditor
.IsReadOnly = !IsEditingEnabled;
1005
_textEditor
.TextView = textView;
1015
if (
_textEditor
== null && FindToolBar != null)
1551
if (findToolBar != null &&
_textEditor
!= null)
1558
findResult = DocumentViewerHelper.Find(findToolBar,
_textEditor
,
_textEditor
.TextView,
_textEditor
.TextView);