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