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