4 references to PreviewKeyboardInputProviderAcquireFocusEvent
PresentationCore (3)
System\Windows\Input\Keyboard.cs (2)
154
UIElement.AddHandler(element,
PreviewKeyboardInputProviderAcquireFocusEvent
, handler);
164
UIElement.RemoveHandler(element,
PreviewKeyboardInputProviderAcquireFocusEvent
, handler);
System\Windows\Input\KeyboardDevice.cs (1)
321
RoutedEvent = Keyboard.
PreviewKeyboardInputProviderAcquireFocusEvent
,
PresentationFramework (1)
System\Windows\Controls\Primitives\MenuBase.cs (1)
57
EventManager.RegisterClassHandler(typeof(MenuBase), Keyboard.
PreviewKeyboardInputProviderAcquireFocusEvent
, new KeyboardInputProviderAcquireFocusEventHandler(OnPreviewKeyboardInputProviderAcquireFocus), true);