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