4 references to PreviewKeyboardInputProviderAcquireFocusEvent
PresentationCore (3)
Core\CSharp\System\Windows\Input\Keyboard.cs (2)
158
UIElement.AddHandler(element,
PreviewKeyboardInputProviderAcquireFocusEvent
, handler);
168
UIElement.RemoveHandler(element,
PreviewKeyboardInputProviderAcquireFocusEvent
, handler);
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (1)
399
acquireFocus.RoutedEvent = Keyboard.
PreviewKeyboardInputProviderAcquireFocusEvent
;
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (1)
68
EventManager.RegisterClassHandler(typeof(MenuBase), Keyboard.
PreviewKeyboardInputProviderAcquireFocusEvent
, new KeyboardInputProviderAcquireFocusEventHandler(OnPreviewKeyboardInputProviderAcquireFocus), true);