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