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)
188
SetMenuProperties(new MenuItem(), dg, ApplicationCommands.
SelectAll
);
src\Framework\System\Windows\Controls\DataGrid.cs (1)
4333
return ApplicationCommands.
SelectAll
;
src\Framework\System\Windows\Controls\InkCanvas.cs (3)
100
CommandHelpers.RegisterCommandHandler(ownerType, ApplicationCommands.
SelectAll
,
2858
else if ( command == ApplicationCommands.
SelectAll
)
2950
else if ( command == ApplicationCommands.
SelectAll
)
src\Framework\System\windows\Documents\TextEditorSelection.cs (1)
64
CommandHelpers.RegisterCommandHandler(controlType, ApplicationCommands.
SelectAll
, new ExecutedRoutedEventHandler(OnSelectAll), queryStatusKeyboardSelectionHandler, SRID.KeySelectAll, SRID.KeySelectAllDisplayString);
src\Framework\System\Windows\Input\Command\CommandConverter.cs (1)
382
knownCommand = ApplicationCommands.
SelectAll
;