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)
5677SetValue(KeyboardNavigation.ShowKeyboardCuesProperty, BooleanBoxes.Box(_previousKeyboardCuesProperty));