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