2 writes to s_cmds
System.Windows.Forms (2)
System\Windows\Forms\DataBinding\Command.cs (2)
32s_cmds = new Command[20]; 96s_cmds = newCmds;
16 references to s_cmds
System.Windows.Forms (16)
System\Windows\Forms\DataBinding\Command.cs (16)
30if (s_cmds is null) 37Debug.Assert(s_cmds.Length > 0, "why is cmds.Length zero?"); 40int icmdLim = s_cmds.Length; 50if (s_cmds[icmd] is null) 58if (s_cmds[icmd] is null) 68if (s_cmds[icmd]!.Target is null) 75icmd = s_cmds.Length; 84if (s_cmds[icmd] is null || s_cmds[icmd]!.Target is null) 95Array.Copy(s_cmds, 0, newCmds, 0, icmd); 105s_cmds[icmd] = cmd; 128if (s_cmds![cmd._id - IdMin] == cmd) 130s_cmds[cmd._id - IdMin] = null; 150if (s_cmds is null) 156if (i < 0 || i >= s_cmds.Length) 161return s_cmds[i];