3 references to OnLostFocus
PresentationFramework (3)
System\Windows\Documents\Speller.cs (3)
75
_textEditor.UiScope.LostFocus -= new RoutedEventHandler(
OnLostFocus
);
489
_textEditor.UiScope.LostFocus += new RoutedEventHandler(
OnLostFocus
);
603
_textEditor.UiScope.LostFocus -= new RoutedEventHandler(
OnLostFocus
);