2 writes to _textView
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
857
_textView
= null;
866
_textView
= value;
5 references to _textView
PresentationFramework (5)
System\windows\Documents\TextEditor.cs (5)
846
return
_textView
;
850
if (value !=
_textView
)
852
if (
_textView
!= null)
855
_textView
.Updated -= new EventHandler(OnTextViewUpdated);
869
_textView
.Updated += new EventHandler(OnTextViewUpdated);