2 writes to _textEditor
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
969_textEditor = null; 988_textEditor = new TextEditor(Document.StructuralCache.TextContainer, this, false)
9 references to _textEditor
PresentationFramework (9)
System\Windows\Controls\FlowDocumentScrollViewer.cs (9)
882get { return (_findToolBarHost != null && Document != null && _textEditor != null); } 965if (_textEditor != null) 967_textEditor.TextContainer.TextView = null; 968_textEditor.OnDetach(); 1002if (_textEditor == null && FindToolBar != null) 1507if (findToolBar != null && _textEditor != null) 1514findResult = DocumentViewerHelper.Find(findToolBar, _textEditor, _textEditor.TextView, _textEditor.TextView);