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