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