2 references to RemovePreviewCanExecuteHandler
PresentationFramework (2)
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1071
CommandManager.
RemovePreviewCanExecuteHandler
(_contentHost, new CanExecuteRoutedEventHandler(PreviewCanExecuteRoutedEventHandler));
System\Windows\Controls\SinglePageViewer.cs (1)
1106
CommandManager.
RemovePreviewCanExecuteHandler
(this, new CanExecuteRoutedEventHandler(PreviewCanExecuteRoutedEventHandler));