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