1 write to _commandSet
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\CommandSet.cs (1)
76
_commandSet
=
9 references to _commandSet
System.Windows.Forms.Design (9)
System\Windows\Forms\Design\CommandSet.cs (9)
207
for (int i = 0; i <
_commandSet
.Length; i++)
209
menuService.AddCommand(
_commandSet
[i]);
352
for (int i = 0; i <
_commandSet
.Length; i++)
354
_menuService.RemoveCommand(
_commandSet
[i]);
355
_commandSet
[i].Dispose();
3137
for (int i = 0; i <
_commandSet
.Length; i++)
3139
_commandSet
[i].UpdateStatus();
3214
for (int i = 0; itemCount < 3 && i <
_commandSet
.Length; i++)
3216
CommandSetItem curItem =
_commandSet
[i];