4 references to CanMoveDown
Microsoft.VisualStudio.LanguageServices (4)
PickMembers\PickMembersDialog.xaml.cs (1)
96if (_viewModel.CanMoveDown && oldSelectedIndex >= 0)
PickMembers\PickMembersDialogViewModel.cs (3)
95NotifyPropertyChanged(nameof(CanMoveDown)); 117if (!CanMoveDown) 166Contract.ThrowIfFalse(CanMoveDown);