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)
210
for (int i = 0; i <
_commandSet
.Length; i++)
212
menuService.AddCommand(
_commandSet
[i]);
355
for (int i = 0; i <
_commandSet
.Length; i++)
357
_menuService.RemoveCommand(
_commandSet
[i]);
358
_commandSet
[i].Dispose();
3143
for (int i = 0; i <
_commandSet
.Length; i++)
3145
_commandSet
[i].UpdateStatus();
3220
for (int i = 0; itemCount < 3 && i <
_commandSet
.Length; i++)
3222
CommandSetItem curItem =
_commandSet
[i];