3 references to OnDeleteStickyNotesCommand
PresentationFramework (3)
src\Framework\System\Windows\Annotations\AnnotationService.cs (3)
78
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new CommandBinding(DeleteStickyNotesCommand, AnnotationHelper.
OnDeleteStickyNotesCommand
, AnnotationHelper.OnQueryDeleteStickyNotesCommand));
90
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(DeleteStickyNotesCommand, AnnotationHelper.
OnDeleteStickyNotesCommand
, AnnotationHelper.OnQueryDeleteStickyNotesCommand));
102
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new CommandBinding(DeleteStickyNotesCommand, AnnotationHelper.
OnDeleteStickyNotesCommand
, AnnotationHelper.OnQueryDeleteStickyNotesCommand));