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