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