7 references to ShowKeyboardCuesProperty
PresentationFramework (7)
System\Windows\Controls\AccessText.cs (1)
557Property = KeyboardNavigation.ShowKeyboardCuesProperty,
System\Windows\Controls\ContextMenu.cs (1)
156ctrl.SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, KeyboardNavigation.IsKeyboardMostRecentInputDevice());
System\Windows\Input\KeyboardNavigation.cs (1)
1250rootVisual?.SetValue(ShowKeyboardCuesProperty, enable ? BooleanBoxes.TrueBox : BooleanBoxes.FalseBox);
System\Windows\SystemResources.cs (1)
1247fe.CoerceValue(System.Windows.Input.KeyboardNavigation.ShowKeyboardCuesProperty);
System\Windows\Window.cs (3)
5419_previousKeyboardCuesProperty = (bool)GetValue(KeyboardNavigation.ShowKeyboardCuesProperty); 5420SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, BooleanBoxes.TrueBox); 5434SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, BooleanBoxes.Box(_previousKeyboardCuesProperty));