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