7 references to ShowKeyboardCuesProperty
PresentationFramework (7)
System\Windows\Controls\AccessText.cs (1)
557trigger.Property = KeyboardNavigation.ShowKeyboardCuesProperty;
System\Windows\Controls\ContextMenu.cs (1)
157ctrl.SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, KeyboardNavigation.IsKeyboardMostRecentInputDevice());
System\Windows\Input\KeyboardNavigation.cs (1)
1251rootVisual.SetValue(ShowKeyboardCuesProperty, enable ? BooleanBoxes.TrueBox : BooleanBoxes.FalseBox);
System\Windows\SystemResources.cs (1)
1264fe.CoerceValue(System.Windows.Input.KeyboardNavigation.ShowKeyboardCuesProperty);
System\Windows\Window.cs (3)
5442_previousKeyboardCuesProperty = (bool)GetValue(KeyboardNavigation.ShowKeyboardCuesProperty); 5443SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, BooleanBoxes.TrueBox); 5457SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, BooleanBoxes.Box(_previousKeyboardCuesProperty));