3 references to GotFocusEvent
PresentationCore (3)
Core\CSharp\System\Windows\UIElement3D.cs (3)
751add { AddHandler(GotFocusEvent, value); } 752remove { RemoveHandler(GotFocusEvent, value); } 782uiElement3D.OnGotFocus(new RoutedEventArgs(GotFocusEvent, uiElement3D));