2 references to PreviewCanExecute
PresentationCore (2)
System\Windows\Input\Command\CommandBinding.cs (2)
152
if (
PreviewCanExecute
is null) return;
153
PreviewCanExecute
(sender, e);