4 writes to TestCommandExecutionAbility
System.Windows.Forms.Tests (4)
System\Windows\Forms\ButtonBaseTests.cs (2)
770
CommandViewModel viewModel = new() {
TestCommandExecutionAbility
= true };
798
viewModel.
TestCommandExecutionAbility
= false;
System\Windows\Forms\ToolStripButtonTests.cs (2)
575
CommandViewModel viewModel = new() {
TestCommandExecutionAbility
= true };
603
viewModel.
TestCommandExecutionAbility
= false;
1 reference to TestCommandExecutionAbility
System.Windows.Forms.Tests (1)
System\Windows\Forms\Mocks\DataBinding\CommandViewModel.cs (1)
47
return
TestCommandExecutionAbility
;