1 instantiation of RelayCommand
System.Windows.Forms.Tests (1)
System\Windows\Forms\Mocks\DataBinding\CommandViewModel.cs (1)
12_testCommand = new RelayCommand(TestCommandExecute, TestCommandCanExecute);
2 references to RelayCommand
System.Windows.Forms.Tests (2)
System\Windows\Forms\Mocks\DataBinding\CommandViewModel.cs (2)
15private RelayCommand? _testCommand; 17public RelayCommand? TestCommand