-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Description
#10071
It seems that some controls are still missing a RecognizesAccessKey
.
Expander
RepeatButton
ToggleButton
Are there any other controls I'm forgetting?
Reproduction Steps
<Window
x:Class="WpfApp1.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Width="800"
Height="500">
<StackPanel>
<AccessText Text="_AccessText" />
<Button Content="_Button" />
<CheckBox Content="_CheckBox" />
<DataGridColumnHeader Content="_DataGridColumnHeader" />
<DataGridRowHeader Content="_DataGridRowHeader" />
<Expander Header="_Expander" />
<GridViewColumnHeader Content="_GridViewColumnHeader" />
<GroupBox Header="_GroupBox" />
<Label Content="_Label" />
<MenuItem Header="_MenuItem" />
<RadioButton Content="_RadioButton" />
<RepeatButton Content="_RepeatButton" />
<TabItem Header="_TabItem" />
<ToggleButton Content="_ToggleButton" />
</StackPanel>
</Window>
Expected behavior
Actual behavior
Regression?
Yes
Known Workarounds
No response
Impact
No response
Configuration
SDK 10.0.100-preview.5
VS2022 17.14.5 Preview 1.0
Windows 11 24H2 x64
Other information
No response