8 references to KeySizeWidthDecrease
System.Windows.Forms.Design (7)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
159MenuCommands.KeySizeWidthDecrease,
System\Windows\Forms\Design\ControlCommandSet.cs (2)
223MenuCommands.KeySizeWidthDecrease), 558else if (cmd.Equals(MenuCommands.KeySizeWidthDecrease))
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (4)
995|| cmd.CommandID.Equals(MenuCommands.KeySizeWidthDecrease) 1027if (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)
48yield return new object[] { MenuCommands.KeySizeWidthDecrease, new CommandID(new Guid("1496a755-94de-11d0-8c3f-00c04fc2aae2"), 8) };