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