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)
187
for (int i = 0; i <
_addCommands
.Length; i++)
189
_addCommands
[i].Enabled = false;
190
menuService.AddCommand(
_addCommands
[i]);
206
for (int i = 0; i <
_addCommands
.Length; i++)
208
menuService.RemoveCommand(
_addCommands
[i]);