3 references to ClearHighlightsCommand
PresentationFramework (3)
System\Windows\Annotations\AnnotationService.cs (3)
51
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new CommandBinding(
ClearHighlightsCommand
, AnnotationHelper.OnClearHighlightsCommand, AnnotationHelper.OnQueryClearHighlightsCommand));
63
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(
ClearHighlightsCommand
, AnnotationHelper.OnClearHighlightsCommand, AnnotationHelper.OnQueryClearHighlightsCommand));
75
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new CommandBinding(
ClearHighlightsCommand
, AnnotationHelper.OnClearHighlightsCommand, AnnotationHelper.OnQueryClearHighlightsCommand));