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