2 references to OnTextViewUpdated
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (2)
895
_textView.Updated -= new EventHandler(
OnTextViewUpdated
);
909
_textView.Updated += new EventHandler(
OnTextViewUpdated
);