7 references to ShowKeyboardCuesProperty
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonButton.cs (1)
458RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(RibbonButton));
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (1)
474RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(RibbonCheckBox));
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
155RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(RibbonComboBox));
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (1)
890return (bool)element.GetValue(ShowKeyboardCuesProperty);
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (1)
490RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(RibbonRadioButton));
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (1)
566RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(RibbonTextBox));
Microsoft\Windows\Controls\Ribbon\RibbonToggleButton.cs (1)
497RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(RibbonToggleButton));