5 references to TestCommand
System.Windows.Forms.Tests (5)
System\Windows\Forms\ButtonBaseTests.cs (2)
783button.Command = viewModel.TestCommand; 790Assert.Same(viewModel.TestCommand, button.Command);
System\Windows\Forms\Mocks\DataBinding\CommandViewModel.cs (1)
31TestCommand?.RaiseCanExecuteChanged();
System\Windows\Forms\ToolStripButtonTests.cs (2)
588button.Command = viewModel.TestCommand; 595Assert.Same(viewModel.TestCommand, button.Command);