1 write to _addCommands
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
145
_addCommands
= [];
5 references to _addCommands
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (5)
184
for (int i = 0; i <
_addCommands
.Length; i++)
186
_addCommands
[i].Enabled = false;
187
menuService.AddCommand(
_addCommands
[i]);
203
for (int i = 0; i <
_addCommands
.Length; i++)
205
menuService.RemoveCommand(
_addCommands
[i]);