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