3 writes to _textView
PresentationFramework (3)
System\Windows\Controls\Primitives\DocumentPageView.cs (3)
86
_textView
= null;
498
_textView
= null;
528
_textView
= new DocumentPageTextView(this, tc);
6 references to _textView
PresentationFramework (6)
System\Windows\Controls\Primitives\DocumentPageView.cs (6)
523
if (
_textView
== null)
531
service =
_textView
;
777
if (
_textView
!= null && _documentPage != null)
779
_textView
.OnTransformChanged();
790
_textView
?.OnPageConnected();
802
_textView
?.OnPageDisconnected();