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)
694
return DocumentViewerHelper.Find(findToolBar, _textEditor,
_textView
, masterPageTextView);
845
if (
_textView
!= null)
847
_textView
.OnPagesUpdated();
1005
if (
_textView
.TextContainer.TextView ==
_textView
)
1007
_textView
.TextContainer.TextView = null;
1029
TextView =
_textView
1031
textContainer.TextView =
_textView
;
1765
service =
_textView
;