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