3 references to OnLostFocus
PresentationFramework (3)
System\Windows\Documents\Speller.cs (3)
79
_textEditor.UiScope.LostFocus -= new RoutedEventHandler(
OnLostFocus
);
493
_textEditor.UiScope.LostFocus += new RoutedEventHandler(
OnLostFocus
);
607
_textEditor.UiScope.LostFocus -= new RoutedEventHandler(
OnLostFocus
);