15 references to ActivatingKeyTipEvent
System.Windows.Controls.Ribbon (15)
Microsoft\Windows\Controls\ActivatingKeyTipEventArgs.cs (1)
32RoutedEvent = KeyTipService.ActivatingKeyTipEvent;
Microsoft\Windows\Controls\KeyTipService.cs (2)
1545RibbonHelper.AddHandler(element, ActivatingKeyTipEvent, handler); 1550RibbonHelper.RemoveHandler(element, ActivatingKeyTipEvent, handler);
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
50EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
50EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
47EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
79EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
82EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
69EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
117EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
50EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
51EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
45EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
49EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
51EventManager.RegisterClassHandler(ownerType, KeyTipService.ActivatingKeyTipEvent, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));