2 writes to _textView
PresentationFramework (2)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
1025
_textView
= null;
1041
_textView
= new MultiPageTextView(this, this.TextEditorRenderScope, textContainer);
9 references to _textView
PresentationFramework (9)
System\Windows\Controls\Primitives\DocumentViewerBase.cs (9)
710
return DocumentViewerHelper.Find(findToolBar, _textEditor,
_textView
, masterPageTextView);
861
if (
_textView
!= null)
863
_textView
.OnPagesUpdated();
1021
if (
_textView
.TextContainer.TextView ==
_textView
)
1023
_textView
.TextContainer.TextView = null;
1044
_textEditor.TextView =
_textView
;
1045
textContainer.TextView =
_textView
;
1782
service =
_textView
;