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