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