2 instantiations of AutomationDelegatingListView
Microsoft.VisualStudio.LanguageServices.Implementation (2)
Options\OptionPreviewControl.xaml.cs (1)
35var listview = new AutomationDelegatingListView();
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationDialog.xaml.cs (1)
68var listView = new AutomationDelegatingListView();
14 references to AutomationDelegatingListView
Microsoft.VisualStudio.LanguageServices (4)
PickMembers\PickMembersDialog.xaml.cs (1)
166public AutomationDelegatingListView Members => _dialog.Members;
PickMembersDialog.g.cs (2)
64internal Microsoft.VisualStudio.LanguageServices.Implementation.Utilities.AutomationDelegatingListView Members; 184this.Members = ((Microsoft.VisualStudio.LanguageServices.Implementation.Utilities.AutomationDelegatingListView)(target));
Utilities\AutomationDelegatingListView.cs (1)
41public AutomationDelegatingListViewAutomationPeer(AutomationDelegatingListView listView)
Microsoft.VisualStudio.LanguageServices.Implementation (10)
Options\OptionPreviewControl.xaml.cs (5)
35var listview = new AutomationDelegatingListView(); 51var listView = (AutomationDelegatingListView)sender; 67var listView = (AutomationDelegatingListView)sender;
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationDialog.xaml.cs (5)
33private readonly AutomationDelegatingListView symbolKindsListView; 34private readonly AutomationDelegatingListView accessibilitiesListView; 35private readonly AutomationDelegatingListView modifiersListView; 66private static AutomationDelegatingListView CreateAutomationDelegatingListView(string itemsSourceName) 68var listView = new AutomationDelegatingListView();