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