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