7 references to ShowKeyboardCuesProperty
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
454
RibbonControlService.
ShowKeyboardCuesProperty
.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
471
RibbonControlService.
ShowKeyboardCuesProperty
.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
151
RibbonControlService.
ShowKeyboardCuesProperty
.AddOwner(typeof(RibbonComboBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
876
return (bool)element.GetValue(
ShowKeyboardCuesProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
487
RibbonControlService.
ShowKeyboardCuesProperty
.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
563
RibbonControlService.
ShowKeyboardCuesProperty
.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
494
RibbonControlService.
ShowKeyboardCuesProperty
.AddOwner(typeof(RibbonToggleButton));