3 references to OnCreateTextStickyNoteCommand
PresentationFramework (3)
src\Framework\System\Windows\Annotations\AnnotationService.cs (3)
72
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new CommandBinding(CreateTextStickyNoteCommand, AnnotationHelper.
OnCreateTextStickyNoteCommand
, AnnotationHelper.OnQueryCreateTextStickyNoteCommand));
84
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(CreateTextStickyNoteCommand, AnnotationHelper.
OnCreateTextStickyNoteCommand
, AnnotationHelper.OnQueryCreateTextStickyNoteCommand));
96
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new CommandBinding(CreateTextStickyNoteCommand, AnnotationHelper.
OnCreateTextStickyNoteCommand
, AnnotationHelper.OnQueryCreateTextStickyNoteCommand));