2 writes to _textView
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
851_textView = null; 860_textView = value;
5 references to _textView
PresentationFramework (5)
System\windows\Documents\TextEditor.cs (5)
840return _textView; 844if (value != _textView) 846if (_textView != null) 849_textView.Updated -= new EventHandler(OnTextViewUpdated); 863_textView.Updated += new EventHandler(OnTextViewUpdated);