1 reference to OnGotKeyboardFocus
PresentationFramework (1)
src\Framework\System\Windows\Controls\ListBox.cs (1)
78
EventManager.RegisterClassHandler(typeof(ListBox), Keyboard.GotKeyboardFocusEvent, new KeyboardFocusChangedEventHandler(
OnGotKeyboardFocus
));