7 references to KeySizeWidthDecrease
System.Windows.Forms.Design (7)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
159
MenuCommands.
KeySizeWidthDecrease
,
System\Windows\Forms\Design\ControlCommandSet.cs (2)
223
MenuCommands.
KeySizeWidthDecrease
),
555
else if (cmd.Equals(MenuCommands.
KeySizeWidthDecrease
))
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (4)
967
|| cmd.CommandID.Equals(MenuCommands.
KeySizeWidthDecrease
)
999
if (cmd.CommandID.Equals(MenuCommands.KeyMoveLeft) || cmd.CommandID.Equals(MenuCommands.KeyNudgeLeft) || cmd.CommandID.Equals(MenuCommands.
KeySizeWidthDecrease
))
1480
_oldCommands.Add(mcs.FindCommand(MenuCommands.
KeySizeWidthDecrease
));
1516
_newCommands.Add(new MenuCommand(new EventHandler(OnKeyMove), MenuCommands.
KeySizeWidthDecrease
));