4 writes to SelectedIndex
Microsoft.VisualStudio.LanguageServices (4)
ChangeSignature\ChangeSignatureDialogViewModel.cs (4)
95
this.
SelectedIndex
= 1;
99
this.
SelectedIndex
= null;
104
this.
SelectedIndex
= selectedIndex;
470
SelectedIndex
+= delta;
14 references to SelectedIndex
Microsoft.VisualStudio.LanguageServices (14)
ChangeSignature\ChangeSignatureDialogViewModel.cs (14)
211
if (!
SelectedIndex
.HasValue)
216
index =
SelectedIndex
.Value;
410
if (!
SelectedIndex
.HasValue)
415
var index =
SelectedIndex
.Value;
430
if (!
SelectedIndex
.HasValue)
435
var index =
SelectedIndex
.Value;
450
var index =
SelectedIndex
!.Value;
459
var index =
SelectedIndex
!.Value;
548
return string.Format(ServicesVSResources.Move_0_above_1, AllParameters[
SelectedIndex
!.Value].ShortAutomationText, AllParameters[
SelectedIndex
!.Value - 1].ShortAutomationText);
561
return string.Format(ServicesVSResources.Move_0_below_1, AllParameters[
SelectedIndex
!.Value].ShortAutomationText, AllParameters[
SelectedIndex
!.Value + 1].ShortAutomationText);
574
return string.Format(ServicesVSResources.Remove_0, AllParameters[
SelectedIndex
!.Value].ShortAutomationText);
587
return string.Format(ServicesVSResources.Restore_0, AllParameters[
SelectedIndex
!.Value].ShortAutomationText);