1 reference to OnGotKeyboardFocus
PresentationFramework (1)
System\Windows\FrameworkContentElement.cs (1)
101
EventManager.RegisterClassHandler(typeof(FrameworkContentElement), Keyboard.GotKeyboardFocusEvent, new KeyboardFocusChangedEventHandler(
OnGotKeyboardFocus
));