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)
227
return (string.IsNullOrEmpty(
GetKeyTip
(element)) &&
604
string keyTip =
GetKeyTip
(d);
885
string keyTip =
GetKeyTip
(element);
1492
if (!string.IsNullOrEmpty(
GetKeyTip
(element)))
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
555
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
571
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGalleryItem.cs (1)
750
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (3)
1580
if (!string.IsNullOrEmpty(KeyTipService.
GetKeyTip
(element)))
1593
!string.IsNullOrEmpty(KeyTipService.
GetKeyTip
(controlGroupElement)))
1631
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonKeyTipAndContentSyncHelper.cs (2)
38
string keyTip = KeyTipService.
GetKeyTip
(element);
149
string keyTip = KeyTipService.
GetKeyTip
(element);
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1655
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1770
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
587
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
862
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
676
get { return KeyTipService.
GetKeyTip
(this); }
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
606
get { return KeyTipService.
GetKeyTip
(this); }