5 references to TestCommand
System.Windows.Forms.Tests (5)
System\Windows\Forms\ButtonBaseTests.cs (2)
781button.Command = viewModel.TestCommand; 788Assert.Same(viewModel.TestCommand, button.Command);
System\Windows\Forms\Mocks\DataBinding\CommandViewModel.cs (1)
33TestCommand?.RaiseCanExecuteChanged();
System\Windows\Forms\ToolStripButtonTests.cs (2)
586button.Command = viewModel.TestCommand; 593Assert.Same(viewModel.TestCommand, button.Command);