5 references to LostFocusEvent
PresentationCore (5)
System\Windows\ContentElement.cs (1)
532
public static readonly RoutedEvent LostFocusEvent = FocusManager.
LostFocusEvent
.AddOwner(typeof(ContentElement));
System\Windows\Input\FocusManager.cs (2)
60
UIElement.AddHandler(element,
LostFocusEvent
, handler);
70
UIElement.RemoveHandler(element,
LostFocusEvent
, handler);
System\Windows\UIElement.cs (1)
3486
public static readonly RoutedEvent LostFocusEvent = FocusManager.
LostFocusEvent
.AddOwner(typeof(UIElement));
System\Windows\UIElement3D.cs (1)
735
public static readonly RoutedEvent LostFocusEvent = FocusManager.
LostFocusEvent
.AddOwner(typeof(UIElement3D));