7 references to ShowKeyboardCuesProperty
PresentationFramework (7)
src\Framework\System\Windows\Controls\AccessText.cs (1)
559trigger.Property = KeyboardNavigation.ShowKeyboardCuesProperty;
src\Framework\System\Windows\Controls\ContextMenu.cs (1)
169ctrl.SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, KeyboardNavigation.IsKeyboardMostRecentInputDevice());
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
1346rootVisual.SetValue(ShowKeyboardCuesProperty, enable ? BooleanBoxes.TrueBox : BooleanBoxes.FalseBox);
src\Framework\System\Windows\SystemResources.cs (1)
1329fe.CoerceValue(System.Windows.Input.KeyboardNavigation.ShowKeyboardCuesProperty);
src\Framework\System\Windows\Window.cs (3)
5662_previousKeyboardCuesProperty = (bool)GetValue(KeyboardNavigation.ShowKeyboardCuesProperty); 5663SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, BooleanBoxes.TrueBox); 5677SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, BooleanBoxes.Box(_previousKeyboardCuesProperty));