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)
847
return
_textView
;
851
if (value !=
_textView
)
853
if (
_textView
!= null)
856
_textView
.Updated -= new EventHandler(OnTextViewUpdated);
870
_textView
.Updated += new EventHandler(OnTextViewUpdated);