3 references to new
PresentationCore (3)
System\Windows\Input\Command\CommandBinding.cs (1)
163
CanExecuteRoutedEventArgs canExecuteArgs =
new
(e.Command, e.Parameter)
System\Windows\Input\Command\CommandManager.cs (1)
520
CanExecuteRoutedEventArgs canExecuteArgs = new
CanExecuteRoutedEventArgs
(e.Command, null /* parameter */);
System\Windows\Input\Command\RoutedCommand.cs (1)
333
CanExecuteRoutedEventArgs args = new
CanExecuteRoutedEventArgs
(this, parameter);