3 references to CreateHighlightCommand
PresentationFramework (3)
System\Windows\Annotations\AnnotationService.cs (3)
59
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new CommandBinding(
CreateHighlightCommand
, AnnotationHelper.OnCreateHighlightCommand, AnnotationHelper.OnQueryCreateHighlightCommand));
71
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(
CreateHighlightCommand
, AnnotationHelper.OnCreateHighlightCommand, AnnotationHelper.OnQueryCreateHighlightCommand));
83
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new CommandBinding(
CreateHighlightCommand
, AnnotationHelper.OnCreateHighlightCommand, AnnotationHelper.OnQueryCreateHighlightCommand));