1 override of OnGotFocus
PresentationFramework (1)
src\Framework\System\Windows\FrameworkContentElement.cs (1)
1040
protected override void
OnGotFocus
(RoutedEventArgs e)
2 references to OnGotFocus
PresentationCore (1)
Core\CSharp\System\Windows\ContentElement.cs (1)
575
ce.
OnGotFocus
(new RoutedEventArgs(GotFocusEvent, ce));
PresentationFramework (1)
src\Framework\System\Windows\FrameworkContentElement.cs (1)
1046
base.
OnGotFocus
(e);