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