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