Implemented interface member:
property
Command
System.Windows.Forms.ICommandBindingTargetProvider.Command
2 writes to Command
System.Windows.Forms.Tests (2)
System\Windows\Forms\ButtonBaseTests.cs (2)
781
button.
Command
= viewModel.TestCommand;
803
button.
Command
= null;
4 references to Command
System.Windows.Forms (3)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (3)
198
/// <see cref="Input.ICommand"/> which is assigned to the <see cref="
Command
"/> property has changed.
210
/// Occurs when the assigned <see cref="Input.ICommand"/> of the <see cref="
Command
"/> property has changed.
223
/// which is assigned to the <see cref="
Command
"/> property.
System.Windows.Forms.Tests (1)
System\Windows\Forms\ButtonBaseTests.cs (1)
788
Assert.Same(viewModel.TestCommand, button.
Command
);