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