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