1 write to _addCommands
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
148_addCommands = [];
5 references to _addCommands
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (5)
187for (int i = 0; i < _addCommands.Length; i++) 189_addCommands[i].Enabled = false; 190menuService.AddCommand(_addCommands[i]); 206for (int i = 0; i < _addCommands.Length; i++) 208menuService.RemoveCommand(_addCommands[i]);