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