4 references to SelectAll
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
138StandardCommands.SelectAll,
System\Windows\Forms\Design\CommandSet.cs (1)
112StandardCommands.SelectAll, true,
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (2)
1515_oldCommands.Add(mcs.FindCommand(StandardCommands.SelectAll)); 1551_newCommands.Add(new MenuCommand(new EventHandler(OnCommandSelectAll), StandardCommands.SelectAll));