6 references to GotFocusEvent
PresentationCore (5)
Core\CSharp\System\Windows\ContentElement.cs (1)
535public static readonly RoutedEvent GotFocusEvent = FocusManager.GotFocusEvent.AddOwner(typeof(ContentElement));
Core\CSharp\System\Windows\Input\FocusManager.cs (2)
45UIElement.AddHandler(element, GotFocusEvent, handler); 55UIElement.RemoveHandler(element, GotFocusEvent, handler);
Core\CSharp\System\Windows\UIElement.cs (1)
3520public static readonly RoutedEvent GotFocusEvent = FocusManager.GotFocusEvent.AddOwner(typeof(UIElement));
Core\CSharp\System\Windows\UIElement3D.cs (1)
744public static readonly RoutedEvent GotFocusEvent = FocusManager.GotFocusEvent.AddOwner(typeof(UIElement3D));
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (1)
85this.AddHandler(FocusManager.GotFocusEvent, new RoutedEventHandler(OnSomeoneGotFocus));