3 references to OnCreateTextStickyNoteCommand
PresentationFramework (3)
System\Windows\Annotations\AnnotationService.cs (3)
49
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new CommandBinding(CreateTextStickyNoteCommand, AnnotationHelper.
OnCreateTextStickyNoteCommand
, AnnotationHelper.OnQueryCreateTextStickyNoteCommand));
61
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(CreateTextStickyNoteCommand, AnnotationHelper.
OnCreateTextStickyNoteCommand
, AnnotationHelper.OnQueryCreateTextStickyNoteCommand));
73
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new CommandBinding(CreateTextStickyNoteCommand, AnnotationHelper.
OnCreateTextStickyNoteCommand
, AnnotationHelper.OnQueryCreateTextStickyNoteCommand));