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)
853
return
_textView
;
857
if (value !=
_textView
)
859
if (
_textView
!= null)
862
_textView
.Updated -= new EventHandler(OnTextViewUpdated);
876
_textView
.Updated += new EventHandler(OnTextViewUpdated);