diff --git a/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/SymbolSpecification/SymbolSpecificationDialog.xaml b/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/SymbolSpecification/SymbolSpecificationDialog.xaml
index 3dd44026bf1a8..beed054ad8c12 100644
--- a/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/SymbolSpecification/SymbolSpecificationDialog.xaml
+++ b/src/VisualStudio/Core/Impl/Options/Style/NamingPreferences/SymbolSpecification/SymbolSpecificationDialog.xaml
@@ -35,8 +35,11 @@
-
-
+
+
@@ -52,13 +55,14 @@
-
+
+ ItemsSource="{Binding SymbolKindList, Mode=TwoWay}"
+ AutomationProperties.LabeledBy="{Binding ElementName=symbolKindsLabel}">
@@ -87,13 +91,14 @@
-
+
+ ItemsSource="{Binding AccessibilityList, Mode=TwoWay}"
+ AutomationProperties.LabeledBy="{Binding ElementName=accessibilitiesLabel}">
@@ -112,13 +117,14 @@
-
+
+ ItemsSource="{Binding ModifierList, Mode=TwoWay}"
+ AutomationProperties.LabeledBy="{Binding ElementName=modifiersLabel}">