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