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