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