We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<Window x:Class="WpfApp1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:WpfApp1" mc:Ignorable="d" Title="MainWindow" Height="200" Width="300"> <Grid> <StackPanel Margin="8"> <Button Content="_Press Me" /> </StackPanel> </Grid> </Window>
Yes
No response
.NET 9.0.100 VS 2022 17.12 Windows 11 24H2 x64
The text was updated successfully, but these errors were encountered:
Yeah, well, some controls seem to missing RecognizesAccessKey on their ContentPresenters.
RecognizesAccessKey
It's my first visit in that XAML and yay, we can't say that's ideal.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
Reproduction Steps
Expected behavior
Actual behavior
Regression?
Yes
Known Workarounds
No response
Impact
No response
Configuration
.NET 9.0.100
VS 2022 17.12
Windows 11 24H2 x64
Other information
No response
The text was updated successfully, but these errors were encountered: