1 override of OnGotFocus
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
5387protected override void OnGotFocus(RoutedEventArgs e)
2 references to OnGotFocus
PresentationCore (1)
System\Windows\UIElement.cs (1)
3540uiElement.OnGotFocus(new RoutedEventArgs(GotFocusEvent, uiElement));
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
5392base.OnGotFocus(e);