2 writes to _testCommand
System.Windows.Forms.Tests (2)
System\Windows\Forms\Mocks\DataBinding\CommandViewModel.cs (2)
14_testCommand = new RelayCommand(TestCommandExecute, TestCommandCanExecute); 22set => SetProperty(ref _testCommand, value);
1 reference to _testCommand
System.Windows.Forms.Tests (1)
System\Windows\Forms\Mocks\DataBinding\CommandViewModel.cs (1)
21get => _testCommand;