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