1 reference to OnGotFocus
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
67
EventManager.RegisterClassHandler(typeof(ItemsControl), Keyboard.GotKeyboardFocusEvent, new KeyboardFocusChangedEventHandler(
OnGotFocus
));