2 writes to _textView
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
858_textView = null; 867_textView = value;
5 references to _textView
PresentationFramework (5)
System\windows\Documents\TextEditor.cs (5)
847return _textView; 851if (value != _textView) 853if (_textView != null) 856_textView.Updated -= new EventHandler(OnTextViewUpdated); 870_textView.Updated += new EventHandler(OnTextViewUpdated);