7 references to SelectAll
PresentationFramework (7)
MS\Internal\Documents\DocumentGridContextMenu.cs (1)
150SetMenuProperties(new MenuItem(), dg, ApplicationCommands.SelectAll);
System\Windows\Controls\DataGrid.cs (1)
4329return ApplicationCommands.SelectAll;
System\Windows\Controls\InkCanvas.cs (3)
77CommandHelpers.RegisterCommandHandler(ownerType, ApplicationCommands.SelectAll, 2722else if ( command == ApplicationCommands.SelectAll ) 2808else if ( command == ApplicationCommands.SelectAll )
System\windows\Documents\TextEditorSelection.cs (1)
41CommandHelpers.RegisterCommandHandler(controlType, ApplicationCommands.SelectAll, new ExecutedRoutedEventHandler(OnSelectAll), queryStatusKeyboardSelectionHandler, KeySelectAll, nameof(SR.KeySelectAllDisplayString));
System\Windows\Input\Command\CommandConverter.cs (1)
366knownCommand = ApplicationCommands.SelectAll;