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)
680
for (int i = 0; i <
_commands
.Length; i++)
682
if (Equals(
_commands
[i].CommandID, cmd.CommandID))
684
_commands
[i].Invoke();
699
for (int i = 0; i <
_commands
.Length; i++)
701
if (Equals(
_commands
[i].CommandID, cmd.CommandID))
703
cmd.Enabled =
_commands
[i].Enabled;