2 writes to _textView
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
857_textView = null; 866_textView = value;
5 references to _textView
PresentationFramework (5)
System\windows\Documents\TextEditor.cs (5)
846return _textView; 850if (value != _textView) 852if (_textView != null) 855_textView.Updated -= new EventHandler(OnTextViewUpdated); 869_textView.Updated += new EventHandler(OnTextViewUpdated);