3 references to OnLostFocus
PresentationFramework (3)
src\Framework\System\Windows\Documents\Speller.cs (3)
84
_textEditor.UiScope.LostFocus -= new RoutedEventHandler(
OnLostFocus
);
555
_textEditor.UiScope.LostFocus += new RoutedEventHandler(
OnLostFocus
);
669
_textEditor.UiScope.LostFocus -= new RoutedEventHandler(
OnLostFocus
);