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