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