19 references to GetKeyTip
System.Windows.Controls.Ribbon (19)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
96_keyTipControl.Text = KeyTipService.GetKeyTip(keyTipElement).ToUpper(KeyTipService.GetCultureForElement(keyTipElement));
Microsoft\Windows\Controls\KeyTipService.cs (4)
224return (string.IsNullOrEmpty(GetKeyTip(element)) && 601string keyTip = GetKeyTip(d); 882string keyTip = GetKeyTip(element); 1478if (!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)
1571if (!string.IsNullOrEmpty(KeyTipService.GetKeyTip(element))) 1584!string.IsNullOrEmpty(KeyTipService.GetKeyTip(controlGroupElement))) 1622get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (2)
38string keyTip = KeyTipService.GetKeyTip(element); 148string keyTip = KeyTipService.GetKeyTip(element);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1646get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1758get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
587get { return KeyTipService.GetKeyTip(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
832get { 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); }