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)
889get { return (_findToolBarHost != null && Document != null && _textEditor != null); } 972if (_textEditor != null) 974_textEditor.TextContainer.TextView = null; 975_textEditor.OnDetach(); 996_textEditor.IsReadOnly = !IsEditingEnabled; 997_textEditor.TextView = textView; 1007if (_textEditor == null && FindToolBar != null) 1543if (findToolBar != null && _textEditor != null) 1550findResult = DocumentViewerHelper.Find(findToolBar, _textEditor, _textEditor.TextView, _textEditor.TextView);