1 write to _commandSet
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ControlCommandSet.cs (1)
36
_commandSet
=
7 references to _commandSet
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ControlCommandSet.cs (7)
270
for (int i = 0; i <
_commandSet
.Length; i++)
272
MenuService.AddCommand(
_commandSet
[i]);
347
for (int i = 0; i <
_commandSet
.Length; i++)
349
MenuService.RemoveCommand(
_commandSet
[i]);
350
_commandSet
[i].Dispose();
1351
for (int i = 0; i <
_commandSet
.Length; i++)
1353
_commandSet
[i].UpdateStatus();