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