7 references to ShowKeyboardCuesProperty
PresentationFramework (7)
System\Windows\Controls\AccessText.cs (1)
558Property = KeyboardNavigation.ShowKeyboardCuesProperty,
System\Windows\Controls\ContextMenu.cs (1)
157ctrl.SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, KeyboardNavigation.IsKeyboardMostRecentInputDevice());
System\Windows\Input\KeyboardNavigation.cs (1)
1252rootVisual?.SetValue(ShowKeyboardCuesProperty, enable ? BooleanBoxes.TrueBox : BooleanBoxes.FalseBox);
System\Windows\SystemResources.cs (1)
1248fe.CoerceValue(System.Windows.Input.KeyboardNavigation.ShowKeyboardCuesProperty);
System\Windows\Window.cs (3)
5420_previousKeyboardCuesProperty = (bool)GetValue(KeyboardNavigation.ShowKeyboardCuesProperty); 5421SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, BooleanBoxes.TrueBox); 5435SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, BooleanBoxes.Box(_previousKeyboardCuesProperty));