3 writes to _textView
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (3)
93
_textView
= null;
502
_textView
= null;
535
_textView
= new DocumentPageTextView(this, tc);
8 references to _textView
PresentationFramework (8)
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (8)
530
if (
_textView
== null)
538
service =
_textView
;
784
if (
_textView
!= null && _documentPage != null)
786
_textView
.OnTransformChanged();
797
if (
_textView
!= null)
799
_textView
.OnPageConnected();
812
if (
_textView
!= null)
814
_textView
.OnPageDisconnected();