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