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