1 reference to DeleteCommand
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
71CommandManager.RegisterClassCommandBinding(ownerType, new CommandBinding(DeleteCommand, new ExecutedRoutedEventHandler(OnExecutedDelete), new CanExecuteRoutedEventHandler(OnCanExecuteDelete)));