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)
530if (_textView == null) 538service = _textView; 784if (_textView != null && _documentPage != null) 786_textView.OnTransformChanged(); 797if (_textView != null) 799_textView.OnPageConnected(); 812if (_textView != null) 814_textView.OnPageDisconnected();