1 override of OnGotFocus
PresentationFramework (1)
src\Framework\System\Windows\FrameworkElement.cs (1)
5392protected override void OnGotFocus(RoutedEventArgs e)
2 references to OnGotFocus
PresentationCore (1)
Core\CSharp\System\Windows\UIElement.cs (1)
3571uiElement.OnGotFocus(new RoutedEventArgs(GotFocusEvent, uiElement));
PresentationFramework (1)
src\Framework\System\Windows\FrameworkElement.cs (1)
5397base.OnGotFocus(e);