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