1 override of OnGotFocus
PresentationFramework (1)
System\Windows\FrameworkContentElement.cs (1)
1008protected override void OnGotFocus(RoutedEventArgs e)
2 references to OnGotFocus
PresentationCore (1)
System\Windows\ContentElement.cs (1)
557ce.OnGotFocus(new RoutedEventArgs(GotFocusEvent, ce));
PresentationFramework (1)
System\Windows\FrameworkContentElement.cs (1)
1014base.OnGotFocus(e);