15 references to ActivatingKeyTipEvent
System.Windows.Controls.Ribbon (15)
Microsoft\Windows\Controls\ActivatingKeyTipEventArgs.cs (1)
33
RoutedEvent = KeyTipService.
ActivatingKeyTipEvent
;
Microsoft\Windows\Controls\KeyTipService.cs (2)
1560
RibbonHelper.AddHandler(element,
ActivatingKeyTipEvent
, handler);
1565
RibbonHelper.RemoveHandler(element,
ActivatingKeyTipEvent
, handler);
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
51
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
51
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
48
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
80
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
83
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
70
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
118
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
51
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
52
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
46
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
50
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
52
EventManager.RegisterClassHandler(ownerType, KeyTipService.
ActivatingKeyTipEvent
, new ActivatingKeyTipEventHandler(OnActivatingKeyTipThunk));