2 writes to _textView
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
851
_textView
= null;
860
_textView
= value;
5 references to _textView
PresentationFramework (5)
System\windows\Documents\TextEditor.cs (5)
840
return
_textView
;
844
if (value !=
_textView
)
846
if (
_textView
!= null)
849
_textView
.Updated -= new EventHandler(OnTextViewUpdated);
863
_textView
.Updated += new EventHandler(OnTextViewUpdated);