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