8 references to SelectAll
PresentationFramework (8)
src\Framework\MS\Internal\AppModel\OleCmdHelper.cs (1)
258_applicationCommandsMappingTable.Value.Add((uint)AppCommands.Edit_SelectAll, new CommandWithArgument(ApplicationCommands.SelectAll));
src\Framework\MS\Internal\Documents\DocumentGridContextMenu.cs (1)
188SetMenuProperties(new MenuItem(), dg, ApplicationCommands.SelectAll);
src\Framework\System\Windows\Controls\DataGrid.cs (1)
4333return ApplicationCommands.SelectAll;
src\Framework\System\Windows\Controls\InkCanvas.cs (3)
100CommandHelpers.RegisterCommandHandler(ownerType, ApplicationCommands.SelectAll, 2858else if ( command == ApplicationCommands.SelectAll ) 2950else if ( command == ApplicationCommands.SelectAll )
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
64CommandHelpers.RegisterCommandHandler(controlType, ApplicationCommands.SelectAll, new ExecutedRoutedEventHandler(OnSelectAll), queryStatusKeyboardSelectionHandler, SRID.KeySelectAll, SRID.KeySelectAllDisplayString);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
382knownCommand = ApplicationCommands.SelectAll;