2 references to OnLostFocus
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (2)
386
EventManager.RegisterClassHandler(controlType, UIElement.LostFocusEvent, new RoutedEventHandler(
OnLostFocus
));
747
OnLostFocus
(_uiScope, e);