4 references to CanMoveDown
Microsoft.VisualStudio.LanguageServices (4)
PickMembers\PickMembersDialog.xaml.cs (1)
97if (_viewModel.CanMoveDown && oldSelectedIndex >= 0)
PickMembers\PickMembersDialogViewModel.cs (3)
89NotifyPropertyChanged(nameof(CanMoveDown)); 111if (!CanMoveDown) 160Contract.ThrowIfFalse(CanMoveDown);