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