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