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)
193for (int i = 0; i < _addCommands.Length; i++) 195_addCommands[i].Enabled = false; 196menuService.AddCommand(_addCommands[i]); 215for (int i = 0; i < _addCommands.Length; i++) 217menuService.RemoveCommand(_addCommands[i]);