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