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)
17
private
RelayCommand
? _testCommand;
19
public
RelayCommand
? TestCommand