2 writes to _textView
PresentationFramework (2)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1003
_textView
= null;
1016
_textView
= new MultiPageTextView(this, this.TextEditorRenderScope, textContainer);
8 references to _textView
PresentationFramework (8)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (8)
691
return DocumentViewerHelper.Find(findToolBar, _textEditor,
_textView
, masterPageTextView);
842
_textView
?.OnPagesUpdated();
999
if (
_textView
.TextContainer.TextView ==
_textView
)
1001
_textView
.TextContainer.TextView = null;
1020
TextView =
_textView
1022
textContainer.TextView =
_textView
;
1747
service =
_textView
;