3 references to OnDeleteStickyNotesCommand
PresentationFramework (3)
System\Windows\Annotations\AnnotationService.cs (3)
53
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new CommandBinding(DeleteStickyNotesCommand, AnnotationHelper.
OnDeleteStickyNotesCommand
, AnnotationHelper.OnQueryDeleteStickyNotesCommand));
65
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(DeleteStickyNotesCommand, AnnotationHelper.
OnDeleteStickyNotesCommand
, AnnotationHelper.OnQueryDeleteStickyNotesCommand));
77
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new CommandBinding(DeleteStickyNotesCommand, AnnotationHelper.
OnDeleteStickyNotesCommand
, AnnotationHelper.OnQueryDeleteStickyNotesCommand));