1 write to _commands
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\TabOrder.cs (1)
79
_commands
=
6 references to _commands
System.Windows.Forms.Design (6)
System\Windows\Forms\Design\TabOrder.cs (6)
671
for (int i = 0; i <
_commands
.Length; i++)
673
if (Equals(
_commands
[i].CommandID, cmd.CommandID))
675
_commands
[i].Invoke();
690
for (int i = 0; i <
_commands
.Length; i++)
692
if (Equals(
_commands
[i].CommandID, cmd.CommandID))
694
cmd.Enabled =
_commands
[i].Enabled;