1 reference to OnExecutedCopy
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
70
CommandManager.RegisterClassCommandBinding(typeof(DataGrid), new CommandBinding(ApplicationCommands.Copy, new ExecutedRoutedEventHandler(
OnExecutedCopy
), new CanExecuteRoutedEventHandler(OnCanExecuteCopy)));