2 writes to _textEditor
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
962_textEditor = null; 981_textEditor = new TextEditor(Document.StructuralCache.TextContainer, this, false)
9 references to _textEditor
PresentationFramework (9)
System\Windows\Controls\FlowDocumentScrollViewer.cs (9)
878get { return (_findToolBarHost != null && Document != null && _textEditor != null); } 958if (_textEditor != null) 960_textEditor.TextContainer.TextView = null; 961_textEditor.OnDetach(); 995if (_textEditor == null && FindToolBar != null) 1494if (findToolBar != null && _textEditor != null) 1501findResult = DocumentViewerHelper.Find(findToolBar, _textEditor, _textEditor.TextView, _textEditor.TextView);