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