1 implementation of ICommandExecutor
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MenuItem.cs (1)
1548internal class MenuItemData : ICommandExecutor {
3 references to ICommandExecutor
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Command.cs (3)
33public Command(ICommandExecutor target) 141if (!(target is ICommandExecutor)) 143((ICommandExecutor)target).Execute();