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