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