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