From 1d248f4c6bb564c8e82ce6824ce49e2877142f7c Mon Sep 17 00:00:00 2001 From: "Maria Manolova (INFRAGISTICS INC)" Date: Fri, 26 Jun 2026 13:48:30 +0300 Subject: [PATCH] Add accessible name to Control Alt Fill checkbox on Colors page The example checkbox in the 'Control Alt Fill' section of the WPF Gallery Colors page had no AutomationProperties.Name, so Narrator announced only its checked state and not its label. Adding an accessible name fixes the MAS 4.1.2 (Name, Role, Value) issue. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../WPFGallery/Views/DesignGuidance/FillSection.xaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sample Applications/WPFGallery/Views/DesignGuidance/FillSection.xaml b/Sample Applications/WPFGallery/Views/DesignGuidance/FillSection.xaml index 0c88d395b..952353ee3 100644 --- a/Sample Applications/WPFGallery/Views/DesignGuidance/FillSection.xaml +++ b/Sample Applications/WPFGallery/Views/DesignGuidance/FillSection.xaml @@ -96,7 +96,7 @@ Title="Control Alt Fill" Background="{DynamicResource SolidBackgroundFillColorQuarternaryBrush}" Description="Fill used for the 'off' states of toggle controls"> - +