2 writes to id
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Command.cs (2)
95cmd.id = icmd + idMin; 117cmd.id = 0;
7 references to id
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Command.cs (7)
40return id; 96Debug.Assert(cmd.id >= idMin && cmd.id < idLim, "generated command id out of range"); 113if (cmd.id >= idMin) { 115if (cmds[cmd.id - idMin] == cmd) 116cmds[cmd.id - idMin] = null; 123if (id >= idMin)