2 writes to _textView
PresentationFramework (2)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1002
_textView
= null;
1015
_textView
= new MultiPageTextView(this, this.TextEditorRenderScope, textContainer);
8 references to _textView
PresentationFramework (8)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (8)
690
return DocumentViewerHelper.Find(findToolBar, _textEditor,
_textView
, masterPageTextView);
841
_textView
?.OnPagesUpdated();
998
if (
_textView
.TextContainer.TextView ==
_textView
)
1000
_textView
.TextContainer.TextView = null;
1019
TextView =
_textView
1021
textContainer.TextView =
_textView
;
1746
service =
_textView
;