7 references to SelectAll
PresentationFramework (7)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
149SetMenuProperties(new MenuItem(), dg, ApplicationCommands.SelectAll);
System\Windows\Controls\DataGrid.cs (1)
4295return ApplicationCommands.SelectAll;
System\Windows\Controls\InkCanvas.cs (3)
76CommandHelpers.RegisterCommandHandler(ownerType, ApplicationCommands.SelectAll, 2721else if ( command == ApplicationCommands.SelectAll ) 2807else if ( command == ApplicationCommands.SelectAll )
System\windows\Documents\TextEditorSelection.cs (1)
40CommandHelpers.RegisterCommandHandler(controlType, ApplicationCommands.SelectAll, new ExecutedRoutedEventHandler(OnSelectAll), queryStatusKeyboardSelectionHandler, KeySelectAll, nameof(SR.KeySelectAllDisplayString));
System\Windows\Input\Command\CommandConverter.cs (1)
365knownCommand = ApplicationCommands.SelectAll;