8 references to SelectAll
PresentationFramework (8)
MS\Internal\AppModel\OleCmdHelper.cs (1)
217_applicationCommandsMappingTable.Value.Add((uint)AppCommands.Edit_SelectAll, new CommandWithArgument(ApplicationCommands.SelectAll));
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
156SetMenuProperties(new MenuItem(), dg, ApplicationCommands.SelectAll);
System\Windows\Controls\DataGrid.cs (1)
4328return ApplicationCommands.SelectAll;
System\Windows\Controls\InkCanvas.cs (3)
89CommandHelpers.RegisterCommandHandler(ownerType, ApplicationCommands.SelectAll, 2718else if ( command == ApplicationCommands.SelectAll ) 2804else if ( command == ApplicationCommands.SelectAll )
System\windows\Documents\TextEditorSelection.cs (1)
56CommandHelpers.RegisterCommandHandler(controlType, ApplicationCommands.SelectAll, new ExecutedRoutedEventHandler(OnSelectAll), queryStatusKeyboardSelectionHandler, KeySelectAll, nameof(SR.KeySelectAllDisplayString));
System\Windows\Input\Command\CommandConverter.cs (1)
371knownCommand = ApplicationCommands.SelectAll;