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