8 references to KeyTipAccessedEventHandler
System.Windows.Controls.Ribbon (8)
Microsoft\Windows\Controls\KeyTipAccessedEventArgs.cs (2)
28
KeyTipAccessedEventHandler
handler = (
KeyTipAccessedEventHandler
)genericHandler;
Microsoft\Windows\Controls\KeyTipService.cs (6)
1553
public static readonly RoutedEvent PreviewKeyTipAccessedEvent = EventManager.RegisterRoutedEvent("PreviewKeyTipAccessed", RoutingStrategy.Tunnel, typeof(
KeyTipAccessedEventHandler
), typeof(KeyTipService));
1555
public static void AddPreviewKeyTipAccessedHandler(DependencyObject element,
KeyTipAccessedEventHandler
handler)
1560
public static void RemovePreviewKeyTipAccessedHandler(DependencyObject element,
KeyTipAccessedEventHandler
handler)
1565
public static readonly RoutedEvent KeyTipAccessedEvent = EventManager.RegisterRoutedEvent("KeyTipAccessed", RoutingStrategy.Bubble, typeof(
KeyTipAccessedEventHandler
), typeof(KeyTipService));
1567
public static void AddKeyTipAccessedHandler(DependencyObject element,
KeyTipAccessedEventHandler
handler)
1572
public static void RemoveKeyTipAccessedHandler(DependencyObject element,
KeyTipAccessedEventHandler
handler)