2 writes to _textView
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (2)
897_textView = null; 906_textView = value;
5 references to _textView
PresentationFramework (5)
src\Framework\System\windows\Documents\TextEditor.cs (5)
886return _textView; 890if (value != _textView) 892if (_textView != null) 895_textView.Updated -= new EventHandler(OnTextViewUpdated); 909_textView.Updated += new EventHandler(OnTextViewUpdated);