2 writes to _textView
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1037
_textView
= null;
1053
_textView
= new MultiPageTextView(this, this.TextEditorRenderScope, textContainer);
9 references to _textView
PresentationFramework (9)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (9)
722
return DocumentViewerHelper.Find(findToolBar, _textEditor,
_textView
, masterPageTextView);
873
if (
_textView
!= null)
875
_textView
.OnPagesUpdated();
1033
if (
_textView
.TextContainer.TextView ==
_textView
)
1035
_textView
.TextContainer.TextView = null;
1056
_textEditor.TextView =
_textView
;
1057
textContainer.TextView =
_textView
;
1800
service =
_textView
;