7 references to ShortAutomationText
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
InProcess\ChangeSignatureDialog_InProc.cs (1)
99
members.SelectedItem = dialog.GetTestAccessor().ViewModel.AllParameters.Single(p => p.
ShortAutomationText
== parameterName);
Microsoft.VisualStudio.LanguageServices (6)
ChangeSignature\ChangeSignatureDialogViewModel.cs (6)
564
return string.Format(ServicesVSResources.Move_0_above_1, AllParameters[SelectedIndex!.Value].
ShortAutomationText
, AllParameters[SelectedIndex!.Value - 1].
ShortAutomationText
);
577
return string.Format(ServicesVSResources.Move_0_below_1, AllParameters[SelectedIndex!.Value].
ShortAutomationText
, AllParameters[SelectedIndex!.Value + 1].
ShortAutomationText
);
590
return string.Format(ServicesVSResources.Remove_0, AllParameters[SelectedIndex!.Value].
ShortAutomationText
);
603
return string.Format(ServicesVSResources.Restore_0, AllParameters[SelectedIndex!.Value].
ShortAutomationText
);