7 references to ShowKeyboardCuesProperty
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
455
RibbonControlService.
ShowKeyboardCuesProperty
.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
472
RibbonControlService.
ShowKeyboardCuesProperty
.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
153
RibbonControlService.
ShowKeyboardCuesProperty
.AddOwner(typeof(RibbonComboBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
883
return (bool)element.GetValue(
ShowKeyboardCuesProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
488
RibbonControlService.
ShowKeyboardCuesProperty
.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
564
RibbonControlService.
ShowKeyboardCuesProperty
.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
495
RibbonControlService.
ShowKeyboardCuesProperty
.AddOwner(typeof(RibbonToggleButton));