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