6 references to Select_All
Microsoft.VisualStudio.LanguageServices (5)
CommonControls\MemberSelection.xaml.cs (1)
21public string SelectAll => ServicesVSResources.Select_All;
ExtractInterface\ExtractInterfaceDialog.xaml.cs (1)
28public string SelectAll { get { return ServicesVSResources.Select_All; } }
MoveStaticMembers\StaticMemberSelection.xaml.cs (1)
18public string SelectAll => ServicesVSResources.Select_All;
PickMembers\PickMembersDialog.xaml.cs (1)
30public string SelectAll => ServicesVSResources.Select_All;
PullMemberUp\MainDialog\PullMemberUpDialogViewModel.cs (1)
24public string SelectAllCheckBoxAutomationText => ServicesVSResources.Select_All;
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationDialog.xaml.cs (1)
28public string SelectAllButtonText => ServicesVSResources.Select_All;