2 writes to _id
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\Command.cs (2)
102
cmd.
_id
= icmd + IdMin;
133
cmd.
_id
= 0;
6 references to _id
System.Windows.Forms (6)
System\Windows\Forms\DataBinding\Command.cs (6)
22
public virtual int ID =>
_id
;
103
Debug.Assert(cmd.
_id
is >= IdMin and < IdLim, "generated command id out of range");
125
if (cmd.
_id
>= IdMin)
128
if (s_cmds![cmd.
_id
- IdMin] == cmd)
130
s_cmds[cmd.
_id
- IdMin] = null;
140
if (
_id
>= IdMin)