1 reference to OnGotKeyboardFocus
PresentationFramework (1)
src\Framework\System\Windows\FrameworkElement.cs (1)
2388
EventManager.RegisterClassHandler(_typeofThis, Keyboard.GotKeyboardFocusEvent, new KeyboardFocusChangedEventHandler(
OnGotKeyboardFocus
));