19 references to GetKeyTip
System.Windows.Controls.Ribbon (19)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
99_keyTipControl.Text = KeyTipService.GetKeyTip(keyTipElement).ToUpper(KeyTipService.GetCultureForElement(keyTipElement));
Microsoft\Windows\Controls\KeyTipService.cs (4)
227return (string.IsNullOrEmpty(GetKeyTip(element)) && 604string keyTip = GetKeyTip(d); 885string keyTip = GetKeyTip(element); 1492if (!string.IsNullOrEmpty(GetKeyTip(element)))
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
555get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
571get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
750get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (3)
1580if (!string.IsNullOrEmpty(KeyTipService.GetKeyTip(element))) 1593!string.IsNullOrEmpty(KeyTipService.GetKeyTip(controlGroupElement))) 1631get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (2)
38string keyTip = KeyTipService.GetKeyTip(element); 149string keyTip = KeyTipService.GetKeyTip(element);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1655get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1770get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
587get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
862get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
676get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
606get { return KeyTipService.GetKeyTip(this); }