Implemented interface member:
property
Command
System.Windows.Forms.ICommandBindingTargetProvider.Command
2 writes to Command
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripButtonTests.cs (2)
586
button.
Command
= viewModel.TestCommand;
608
button.
Command
= null;
4 references to Command
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (3)
417
/// <see cref="Input.ICommand"/> which is assigned to the <see cref="
Command
"/> property has changed.
429
/// Occurs when the assigned <see cref="Input.ICommand"/> of the <see cref="
Command
"/> property has changed.
442
/// which is assigned to the <see cref="
Command
"/> property.
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripButtonTests.cs (1)
593
Assert.Same(viewModel.TestCommand, button.
Command
);