5 references to LostFocusEvent
PresentationCore (5)
Core\CSharp\System\Windows\ContentElement.cs (1)
549public static readonly RoutedEvent LostFocusEvent = FocusManager.LostFocusEvent.AddOwner(typeof(ContentElement));
Core\CSharp\System\Windows\Input\FocusManager.cs (2)
70UIElement.AddHandler(element, LostFocusEvent, handler); 80UIElement.RemoveHandler(element, LostFocusEvent, handler);
Core\CSharp\System\Windows\UIElement.cs (1)
3534public static readonly RoutedEvent LostFocusEvent = FocusManager.LostFocusEvent.AddOwner(typeof(UIElement));
Core\CSharp\System\Windows\UIElement3D.cs (1)
758public static readonly RoutedEvent LostFocusEvent = FocusManager.LostFocusEvent.AddOwner(typeof(UIElement3D));