2 references to PreviewCanExecuteRoutedEventHandler
PresentationFramework (2)
src\Framework\System\Windows\Controls\SinglePageViewer.cs (2)
692
CommandManager.AddPreviewCanExecuteHandler(this, new CanExecuteRoutedEventHandler(
PreviewCanExecuteRoutedEventHandler
));
1113
CommandManager.RemovePreviewCanExecuteHandler(this, new CanExecuteRoutedEventHandler(
PreviewCanExecuteRoutedEventHandler
));