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)
223
return (string.IsNullOrEmpty(
GetKeyTip
(element)) &&
600
string keyTip =
GetKeyTip
(d);
881
string keyTip =
GetKeyTip
(element);
1477
if (!string.IsNullOrEmpty(
GetKeyTip
(element)))
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
554
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
570
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
749
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (3)
1570
if (!string.IsNullOrEmpty(KeyTipService.
GetKeyTip
(element)))
1583
!string.IsNullOrEmpty(KeyTipService.
GetKeyTip
(controlGroupElement)))
1621
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (2)
37
string keyTip = KeyTipService.
GetKeyTip
(element);
147
string keyTip = KeyTipService.
GetKeyTip
(element);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1645
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1756
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
586
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
831
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
675
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
605
get { return KeyTipService.
GetKeyTip
(this); }