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