2 writes to _textView
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (2)
897
_textView
= null;
906
_textView
= value;
5 references to _textView
PresentationFramework (5)
src\Framework\System\windows\Documents\TextEditor.cs (5)
886
return
_textView
;
890
if (value !=
_textView
)
892
if (
_textView
!= null)
895
_textView
.Updated -= new EventHandler(OnTextViewUpdated);
909
_textView
.Updated += new EventHandler(OnTextViewUpdated);