15 references to ActivatingKeyTipEvent
System.Windows.Controls.Ribbon (15)
Microsoft\Windows\Controls\ActivatingKeyTipEventArgs.cs (1)
35RoutedEvent = KeyTipService.ActivatingKeyTipEvent;
Microsoft\Windows\Controls\KeyTipService.cs (2)
1562RibbonHelper.AddHandler(element, ActivatingKeyTipEvent, handler); 1567RibbonHelper.RemoveHandler(element, ActivatingKeyTipEvent, handler);
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
54EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
53EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
50EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
83EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
86EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
73EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
123EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
53EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
54EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
48EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
52EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
54EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));