2 writes to _textView
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
864_textView = null; 873_textView = value;
5 references to _textView
PresentationFramework (5)
System\windows\Documents\TextEditor.cs (5)
853return _textView; 857if (value != _textView) 859if (_textView != null) 862_textView.Updated -= new EventHandler(OnTextViewUpdated); 876_textView.Updated += new EventHandler(OnTextViewUpdated);