5 references to Deselect_All
Microsoft.VisualStudio.LanguageServices (4)
CommonControls\MemberSelection.xaml.cs (1)
22public string DeselectAll => ServicesVSResources.Deselect_All;
ExtractInterface\ExtractInterfaceDialog.xaml.cs (1)
29public string DeselectAll { get { return ServicesVSResources.Deselect_All; } }
MoveStaticMembers\StaticMemberSelection.xaml.cs (1)
19public string DeselectAll => ServicesVSResources.Deselect_All;
PickMembers\PickMembersDialog.xaml.cs (1)
31public string DeselectAll => ServicesVSResources.Deselect_All;
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\Style\NamingPreferences\SymbolSpecification\SymbolSpecificationDialog.xaml.cs (1)
29public string DeselectAllButtonText => ServicesVSResources.Deselect_All;