4 references to PreviewKeyTipAccessedEvent
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (3)
947RoutedEvent = PreviewKeyTipAccessedEvent 1576RibbonHelper.AddHandler(element, PreviewKeyTipAccessedEvent, handler); 1581RibbonHelper.RemoveHandler(element, PreviewKeyTipAccessedEvent, handler);
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
119EventManager.RegisterClassHandler(ownerType, KeyTipService.PreviewKeyTipAccessedEvent, new KeyTipAccessedEventHandler(OnPreviewKeyTipAccessedThunk));