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