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