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