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