Skip to content

Commit bfd8cac

Browse files
author
Anjali
authored
Addressed name for previous and next button in calendar (#9232)
1 parent 13fd639 commit bfd8cac

File tree

1 file changed

+2
-0
lines changed
  • src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles

1 file changed

+2
-0
lines changed

src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/Calendar.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@
349349
Background="Transparent"
350350
BorderBrush="Transparent"
351351
Focusable="False"
352+
AutomationProperties.Name="Previous"
352353
Foreground="{DynamicResource CalendarViewButtonForeground}">
353354
<Button.Content>
354355
<TextBlock
@@ -369,6 +370,7 @@
369370
Background="Transparent"
370371
BorderBrush="Transparent"
371372
Focusable="False"
373+
AutomationProperties.Name="Next"
372374
Foreground="{DynamicResource CalendarViewButtonForeground}">
373375
<Button.Content>
374376
<TextBlock

0 commit comments

Comments
 (0)