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