2 implementations of Command
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
190public Input.ICommand? Command
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (1)
409public Input.ICommand? Command
8 references to Command
System.Windows.Forms (8)
System\Windows\Forms\DataBinding\ICommandBindingTargetProvider.cs (8)
11/// Occurs when the <see cref="Command"/> property has changed. 16/// Occurs when the execution context of the <see cref="Command"/> was changed. 57/// <see cref="Command"/> property. 60/// <param name="newCommand">The new value of the <see cref="Command"/> 63/// The backing field for the <see cref="Command"/> property. 73/// <see cref="Command"/> should be executed. 86commandComponent.Command?.Execute(commandComponent.CommandParameter); 127Enabled = Command?.CanExecute(CommandParameter) ?? false;