2 references to OnTextViewUpdated
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
868
_textView.Updated -= new EventHandler(
OnTextViewUpdated
);
882
_textView.Updated += new EventHandler(
OnTextViewUpdated
);