3 references to OnQueryDeleteAnnotationsCommand
PresentationFramework (3)
src\Framework\System\Windows\Annotations\AnnotationService.cs (3)
80
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new CommandBinding(DeleteAnnotationsCommand, AnnotationHelper.OnDeleteAnnotationsCommand, AnnotationHelper.
OnQueryDeleteAnnotationsCommand
));
92
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(DeleteAnnotationsCommand, AnnotationHelper.OnDeleteAnnotationsCommand, AnnotationHelper.
OnQueryDeleteAnnotationsCommand
));
104
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new CommandBinding(DeleteAnnotationsCommand, AnnotationHelper.OnDeleteAnnotationsCommand, AnnotationHelper.
OnQueryDeleteAnnotationsCommand
));