1 write to Command
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7528SetDelegate = delegate (object target, object value) { ((System.Windows.Input.CommandBinding)target).Command = (System.Windows.Input.ICommand)value; },
4 references to Command
PresentationCore (2)
System\Windows\Input\Command\CommandBindingCollection.cs (2)
354if (commandBinding.Command is not RoutedCommand routedCommand) continue; 370if (commandBinding.Command == command)
PresentationFramework (2)
System\Windows\Documents\RubberbandSelector.cs (1)
98if (binding.Command == ApplicationCommands.Copy)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7529GetDelegate = delegate (object target) { return ((System.Windows.Input.CommandBinding)target).Command; }