3 references to DeleteAnnotationsCommand
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));