We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13fd639 commit bfd8cacCopy full SHA for bfd8cac
src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/Calendar.xaml
@@ -349,6 +349,7 @@
349
Background="Transparent"
350
BorderBrush="Transparent"
351
Focusable="False"
352
+ AutomationProperties.Name="Previous"
353
Foreground="{DynamicResource CalendarViewButtonForeground}">
354
<Button.Content>
355
<TextBlock
@@ -369,6 +370,7 @@
369
370
371
372
373
+ AutomationProperties.Name="Next"
374
375
376
0 commit comments