3 references to OnQueryDeleteAnnotationsCommand
PresentationFramework (3)
System\Windows\Annotations\AnnotationService.cs (3)
55
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new CommandBinding(DeleteAnnotationsCommand, AnnotationHelper.OnDeleteAnnotationsCommand, AnnotationHelper.
OnQueryDeleteAnnotationsCommand
));
67
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(DeleteAnnotationsCommand, AnnotationHelper.OnDeleteAnnotationsCommand, AnnotationHelper.
OnQueryDeleteAnnotationsCommand
));
79
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new CommandBinding(DeleteAnnotationsCommand, AnnotationHelper.OnDeleteAnnotationsCommand, AnnotationHelper.
OnQueryDeleteAnnotationsCommand
));