3 references to CreateAutomationDelegatingListView
Microsoft.VisualStudio.LanguageServices.Implementation (3)
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationDialog.xaml.cs (3)
50
symbolKindsListView =
CreateAutomationDelegatingListView
(nameof(SymbolSpecificationViewModel.SymbolKindList));
53
accessibilitiesListView =
CreateAutomationDelegatingListView
(nameof(SymbolSpecificationViewModel.AccessibilityList));
56
modifiersListView =
CreateAutomationDelegatingListView
(nameof(SymbolSpecificationViewModel.ModifierList));