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)
895get { return (_findToolBarHost != null && Document != null && _textEditor != null); } 980if (_textEditor != null) 982_textEditor.TextContainer.TextView = null; 983_textEditor.OnDetach(); 1004_textEditor.IsReadOnly = !IsEditingEnabled; 1005_textEditor.TextView = textView; 1015if (_textEditor == null && FindToolBar != null) 1551if (findToolBar != null && _textEditor != null) 1558findResult = DocumentViewerHelper.Find(findToolBar, _textEditor, _textEditor.TextView, _textEditor.TextView);