1 write to _previousKeyboardCuesProperty
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
5662
_previousKeyboardCuesProperty
= (bool)GetValue(KeyboardNavigation.ShowKeyboardCuesProperty);
1 reference to _previousKeyboardCuesProperty
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
5677
SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, BooleanBoxes.Box(
_previousKeyboardCuesProperty
));