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)
881get { return (_findToolBarHost != null && Document != null && _textEditor != null); } 964if (_textEditor != null) 966_textEditor.TextContainer.TextView = null; 967_textEditor.OnDetach(); 1001if (_textEditor == null && FindToolBar != null) 1506if (findToolBar != null && _textEditor != null) 1513findResult = DocumentViewerHelper.Find(findToolBar, _textEditor, _textEditor.TextView, _textEditor.TextView);