3 references to OnClearHighlightsCommand
PresentationFramework (3)
src\Framework\System\Windows\Annotations\AnnotationService.cs (3)
76
CommandManager.RegisterClassCommandBinding(typeof(DocumentViewerBase), new CommandBinding(ClearHighlightsCommand, AnnotationHelper.
OnClearHighlightsCommand
, AnnotationHelper.OnQueryClearHighlightsCommand));
88
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentScrollViewer), new CommandBinding(ClearHighlightsCommand, AnnotationHelper.
OnClearHighlightsCommand
, AnnotationHelper.OnQueryClearHighlightsCommand));
100
CommandManager.RegisterClassCommandBinding(typeof(FlowDocumentReader), new CommandBinding(ClearHighlightsCommand, AnnotationHelper.
OnClearHighlightsCommand
, AnnotationHelper.OnQueryClearHighlightsCommand));