7 writes to SelectedIndex
Microsoft.VisualStudio.LanguageServices (4)
ChangeSignature\ChangeSignatureDialogViewModel.cs (4)
96
this.
SelectedIndex
= 1;
100
this.
SelectedIndex
= null;
105
this.
SelectedIndex
= selectedIndex;
486
SelectedIndex
+= delta;
Microsoft.VisualStudio.LanguageServices.UnitTests (3)
ChangeSignature\ChangeSignatureViewModelTests.vb (3)
43
viewModel.
SelectedIndex
= -1
182
viewModel.
SelectedIndex
= 1
288
viewModel.
SelectedIndex
= 1
14 references to SelectedIndex
Microsoft.VisualStudio.LanguageServices (14)
ChangeSignature\ChangeSignatureDialogViewModel.cs (14)
223
if (!
SelectedIndex
.HasValue)
228
index =
SelectedIndex
.Value;
426
if (!
SelectedIndex
.HasValue)
431
var index =
SelectedIndex
.Value;
446
if (!
SelectedIndex
.HasValue)
451
var index =
SelectedIndex
.Value;
466
var index =
SelectedIndex
!.Value;
475
var index =
SelectedIndex
!.Value;
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);