6 references to GotFocusEvent
PresentationCore (5)
Core\CSharp\System\Windows\ContentElement.cs (1)
535
public static readonly RoutedEvent GotFocusEvent = FocusManager.
GotFocusEvent
.AddOwner(typeof(ContentElement));
Core\CSharp\System\Windows\Input\FocusManager.cs (2)
45
UIElement.AddHandler(element,
GotFocusEvent
, handler);
55
UIElement.RemoveHandler(element,
GotFocusEvent
, handler);
Core\CSharp\System\Windows\UIElement.cs (1)
3520
public static readonly RoutedEvent GotFocusEvent = FocusManager.
GotFocusEvent
.AddOwner(typeof(UIElement));
Core\CSharp\System\Windows\UIElement3D.cs (1)
744
public 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)
85
this.AddHandler(FocusManager.
GotFocusEvent
, new RoutedEventHandler(OnSomeoneGotFocus));