19 references to GetKeyTip
System.Windows.Controls.Ribbon (19)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
102_keyTipControl.Text = KeyTipService.GetKeyTip(keyTipElement).ToUpper(KeyTipService.GetCultureForElement(keyTipElement));
Microsoft\Windows\Controls\KeyTipService.cs (4)
229return (string.IsNullOrEmpty(GetKeyTip(element)) && 606string keyTip = GetKeyTip(d); 887string keyTip = GetKeyTip(element); 1494if (!string.IsNullOrEmpty(GetKeyTip(element)))
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
558get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
573get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
752get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (3)
1583if (!string.IsNullOrEmpty(KeyTipService.GetKeyTip(element))) 1596!string.IsNullOrEmpty(KeyTipService.GetKeyTip(controlGroupElement))) 1634get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (2)
39string keyTip = KeyTipService.GetKeyTip(element); 150string keyTip = KeyTipService.GetKeyTip(element);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1658get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1773get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
589get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
864get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
678get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
608get { return KeyTipService.GetKeyTip(this); }