3 references to OnLostFocus
PresentationFramework (3)
System\Windows\Documents\Speller.cs (3)
74
_textEditor.UiScope.LostFocus -= new RoutedEventHandler(
OnLostFocus
);
485
_textEditor.UiScope.LostFocus += new RoutedEventHandler(
OnLostFocus
);
596
_textEditor.UiScope.LostFocus -= new RoutedEventHandler(
OnLostFocus
);