4 writes to TestCommandExecutionAbility
System.Windows.Forms.Tests (4)
System\Windows\Forms\ButtonBaseTests.cs (2)
772
CommandViewModel viewModel = new() {
TestCommandExecutionAbility
= true };
800
viewModel.
TestCommandExecutionAbility
= false;
System\Windows\Forms\ToolStripButtonTests.cs (2)
577
CommandViewModel viewModel = new() {
TestCommandExecutionAbility
= true };
605
viewModel.
TestCommandExecutionAbility
= false;
1 reference to TestCommandExecutionAbility
System.Windows.Forms.Tests (1)
System\Windows\Forms\Mocks\DataBinding\CommandViewModel.cs (1)
45
return
TestCommandExecutionAbility
;