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