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