2 writes to _textView
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
870_textView = null; 879_textView = value;
5 references to _textView
PresentationFramework (5)
System\windows\Documents\TextEditor.cs (5)
859return _textView; 863if (value != _textView) 865if (_textView != null) 868_textView.Updated -= new EventHandler(OnTextViewUpdated); 882_textView.Updated += new EventHandler(OnTextViewUpdated);