5 references to GotFocusEvent
PresentationCore (5)
System\Windows\ContentElement.cs (1)
529
public static readonly RoutedEvent GotFocusEvent = FocusManager.
GotFocusEvent
.AddOwner(typeof(ContentElement));
System\Windows\Input\FocusManager.cs (2)
45
UIElement.AddHandler(element,
GotFocusEvent
, handler);
55
UIElement.RemoveHandler(element,
GotFocusEvent
, handler);
System\Windows\UIElement.cs (1)
3485
public static readonly RoutedEvent GotFocusEvent = FocusManager.
GotFocusEvent
.AddOwner(typeof(UIElement));
System\Windows\UIElement3D.cs (1)
736
public static readonly RoutedEvent GotFocusEvent = FocusManager.
GotFocusEvent
.AddOwner(typeof(UIElement3D));