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