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