4 writes to SelectedIndex
Microsoft.VisualStudio.LanguageServices (4)
ChangeSignature\ChangeSignatureDialogViewModel.cs (4)
94
this.
SelectedIndex
= 1;
98
this.
SelectedIndex
= null;
103
this.
SelectedIndex
= selectedIndex;
469
SelectedIndex
+= delta;
14 references to SelectedIndex
Microsoft.VisualStudio.LanguageServices (14)
ChangeSignature\ChangeSignatureDialogViewModel.cs (14)
210
if (!
SelectedIndex
.HasValue)
215
index =
SelectedIndex
.Value;
409
if (!
SelectedIndex
.HasValue)
414
var index =
SelectedIndex
.Value;
429
if (!
SelectedIndex
.HasValue)
434
var index =
SelectedIndex
.Value;
449
var index =
SelectedIndex
!.Value;
458
var index =
SelectedIndex
!.Value;
547
return string.Format(ServicesVSResources.Move_0_above_1, AllParameters[
SelectedIndex
!.Value].ShortAutomationText, AllParameters[
SelectedIndex
!.Value - 1].ShortAutomationText);
560
return string.Format(ServicesVSResources.Move_0_below_1, AllParameters[
SelectedIndex
!.Value].ShortAutomationText, AllParameters[
SelectedIndex
!.Value + 1].ShortAutomationText);
573
return string.Format(ServicesVSResources.Remove_0, AllParameters[
SelectedIndex
!.Value].ShortAutomationText);
586
return string.Format(ServicesVSResources.Restore_0, AllParameters[
SelectedIndex
!.Value].ShortAutomationText);