3 writes to _textView
PresentationFramework (3)
System\Windows\Controls\Primitives\DocumentPageView.cs (3)
91
_textView
= null;
499
_textView
= null;
529
_textView
= new DocumentPageTextView(this, tc);
8 references to _textView
PresentationFramework (8)
System\Windows\Controls\Primitives\DocumentPageView.cs (8)
524
if (
_textView
== null)
532
service =
_textView
;
778
if (
_textView
!= null && _documentPage != null)
780
_textView
.OnTransformChanged();
791
if (
_textView
!= null)
793
_textView
.OnPageConnected();
806
if (
_textView
!= null)
808
_textView
.OnPageDisconnected();