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)
859
return
_textView
;
863
if (value !=
_textView
)
865
if (
_textView
!= null)
868
_textView
.Updated -= new EventHandler(OnTextViewUpdated);
882
_textView
.Updated += new EventHandler(OnTextViewUpdated);