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