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