19 references to GetKeyTip
System.Windows.Controls.Ribbon (19)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
95_keyTipControl.Text = KeyTipService.GetKeyTip(keyTipElement).ToUpper(KeyTipService.GetCultureForElement(keyTipElement));
Microsoft\Windows\Controls\KeyTipService.cs (4)
223return (string.IsNullOrEmpty(GetKeyTip(element)) && 600string keyTip = GetKeyTip(d); 881string keyTip = GetKeyTip(element); 1477if (!string.IsNullOrEmpty(GetKeyTip(element)))
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
554get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
570get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
749get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (3)
1570if (!string.IsNullOrEmpty(KeyTipService.GetKeyTip(element))) 1583!string.IsNullOrEmpty(KeyTipService.GetKeyTip(controlGroupElement))) 1621get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (2)
37string keyTip = KeyTipService.GetKeyTip(element); 147string keyTip = KeyTipService.GetKeyTip(element);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1645get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1756get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
586get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
831get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
675get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
605get { return KeyTipService.GetKeyTip(this); }