8 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
),
558
else if (cmd.Equals(MenuCommands.
KeySizeWidthDecrease
))
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (4)
995
|| cmd.CommandID.Equals(MenuCommands.
KeySizeWidthDecrease
)
1027
if (cmd.CommandID.Equals(MenuCommands.KeyMoveLeft) || cmd.CommandID.Equals(MenuCommands.KeyNudgeLeft) || cmd.CommandID.Equals(MenuCommands.
KeySizeWidthDecrease
))
1509
_oldCommands.Add(mcs.FindCommand(MenuCommands.
KeySizeWidthDecrease
));
1545
_newCommands.Add(new MenuCommand(new EventHandler(OnKeyMove), MenuCommands.
KeySizeWidthDecrease
));
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\MenuCommandsTests.cs (1)
48
yield return new object[] { MenuCommands.
KeySizeWidthDecrease
, new CommandID(new Guid("1496a755-94de-11d0-8c3f-00c04fc2aae2"), 8) };