3 references to OnCreateInkStickyNoteCommand
PresentationFramework (3)
System\Windows\Annotations\AnnotationService.cs (3)
50
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new CommandBinding(CreateInkStickyNoteCommand, AnnotationHelper.
OnCreateInkStickyNoteCommand
, AnnotationHelper.OnQueryCreateInkStickyNoteCommand));
62
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(CreateInkStickyNoteCommand, AnnotationHelper.
OnCreateInkStickyNoteCommand
, AnnotationHelper.OnQueryCreateInkStickyNoteCommand));
74
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new CommandBinding(CreateInkStickyNoteCommand, AnnotationHelper.
OnCreateInkStickyNoteCommand
, AnnotationHelper.OnQueryCreateInkStickyNoteCommand));