1 reference to OnCanExecuteBeginEdit
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
61CommandManager.RegisterClassCommandBinding(ownerType, new CommandBinding(BeginEditCommand, new ExecutedRoutedEventHandler(OnExecutedBeginEdit), new CanExecuteRoutedEventHandler(OnCanExecuteBeginEdit)));