11 references to SetKeyTip
System.Windows.Controls.Ribbon (11)
Microsoft\Windows\Controls\KeyTipService.cs (1)
585
SetKeyTip
(autoGenerationElement, GetNextAutoGenerationKeyTip(element));
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
556
set { KeyTipService.
SetKeyTip
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
572
set { KeyTipService.
SetKeyTip
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
751
set { KeyTipService.
SetKeyTip
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
1632
set { KeyTipService.
SetKeyTip
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1656
set { KeyTipService.
SetKeyTip
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1771
set { KeyTipService.
SetKeyTip
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
588
set { KeyTipService.
SetKeyTip
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
863
set { KeyTipService.
SetKeyTip
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
677
set { KeyTipService.
SetKeyTip
(this, value); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
607
set { KeyTipService.
SetKeyTip
(this, value); }