5 references to ActivatingKeyTipEventHandler
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\ActivatingKeyTipEventArgs.cs (2)
141ActivatingKeyTipEventHandler handler = (ActivatingKeyTipEventHandler)genericHandler;
Microsoft\Windows\Controls\KeyTipService.cs (3)
1558public static readonly RoutedEvent ActivatingKeyTipEvent = EventManager.RegisterRoutedEvent("ActivatingKeyTip", RoutingStrategy.Bubble, typeof(ActivatingKeyTipEventHandler), typeof(KeyTipService)); 1560public static void AddActivatingKeyTipHandler(DependencyObject element, ActivatingKeyTipEventHandler handler) 1565public static void RemoveActivatingKeyTipHandler(DependencyObject element, ActivatingKeyTipEventHandler handler)