2 writes to _textView
PresentationFramework (2)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1009_textView = null; 1025_textView = new MultiPageTextView(this, this.TextEditorRenderScope, textContainer);
9 references to _textView
PresentationFramework (9)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (9)
694return DocumentViewerHelper.Find(findToolBar, _textEditor, _textView, masterPageTextView); 845if (_textView != null) 847_textView.OnPagesUpdated(); 1005if (_textView.TextContainer.TextView == _textView) 1007_textView.TextContainer.TextView = null; 1029TextView = _textView 1031textContainer.TextView = _textView; 1765service = _textView;