4 references to PreviewKeyTipAccessedEvent
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\KeyTipService.cs (3)
948eventArgs.RoutedEvent = PreviewKeyTipAccessedEvent; 1574RibbonHelper.AddHandler(element, PreviewKeyTipAccessedEvent, handler); 1579RibbonHelper.RemoveHandler(element, PreviewKeyTipAccessedEvent, handler);
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
124EventManager.RegisterClassHandler(ownerType, KeyTipService.PreviewKeyTipAccessedEvent, new KeyTipAccessedEventHandler(OnPreviewKeyTipAccessedThunk));