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