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