3 references to GetCommandFromID
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Command.cs (1)
104Command cmd = GetCommandFromID(id);
winforms\Managed\System\WinForms\Control.cs (2)
6696Command cmd = Command.GetCommandFromID(id); 13234Command cmd = Command.GetCommandFromID(item);