7 references to ShowKeyboardCuesProperty
PresentationFramework (7)
System\Windows\Controls\AccessText.cs (1)
559trigger.Property = KeyboardNavigation.ShowKeyboardCuesProperty;
System\Windows\Controls\ContextMenu.cs (1)
165ctrl.SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, KeyboardNavigation.IsKeyboardMostRecentInputDevice());
System\Windows\Input\KeyboardNavigation.cs (1)
1261rootVisual.SetValue(ShowKeyboardCuesProperty, enable ? BooleanBoxes.TrueBox : BooleanBoxes.FalseBox);
System\Windows\SystemResources.cs (1)
1271fe.CoerceValue(System.Windows.Input.KeyboardNavigation.ShowKeyboardCuesProperty);
System\Windows\Window.cs (3)
5455_previousKeyboardCuesProperty = (bool)GetValue(KeyboardNavigation.ShowKeyboardCuesProperty); 5456SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, BooleanBoxes.TrueBox); 5470SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, BooleanBoxes.Box(_previousKeyboardCuesProperty));