3 references to GotFocusEvent
PresentationCore (3)
System\Windows\UIElement3D.cs (3)
744add { AddHandler(GotFocusEvent, value); } 745remove { RemoveHandler(GotFocusEvent, value); } 775uiElement3D.OnGotFocus(new RoutedEventArgs(GotFocusEvent, uiElement3D));