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)
523if (_textView == null) 531service = _textView; 777if (_textView != null && _documentPage != null) 779_textView.OnTransformChanged(); 790_textView?.OnPageConnected(); 802_textView?.OnPageDisconnected();