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