1 override of OnGotFocus
PresentationFramework (1)
System\Windows\FrameworkContentElement.cs (1)
1009
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)
1015
base.
OnGotFocus
(e);