8 references to TabOrder
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ComponentTray.cs (1)
1665_tabOrderCommand = mcs.FindCommand(StandardCommands.TabOrder);
System\Windows\Forms\Design\ControlCommandSet.cs (1)
198StandardCommands.TabOrder, true),
System\Windows\Forms\Design\DocumentDesigner.cs (2)
188_tabOrderCommand = menuCommandService.FindCommand(StandardCommands.TabOrder); 1384MenuCommand cmd = mcs.FindCommand(StandardCommands.TabOrder);
System\Windows\Forms\Design\ParentControlDesigner.cs (2)
1468MenuCommand tabCommand = ms.FindCommand(StandardCommands.TabOrder); 1666MenuCommand tabCommand = ms.FindCommand(StandardCommands.TabOrder);
System\Windows\Forms\Design\TabOrder.cs (2)
511MenuCommand? mc = mcs.FindCommand(StandardCommands.TabOrder); 712if (!Equals(cmd.CommandID, StandardCommands.TabOrder))