1 write to Command
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6995bamlMember.SetDelegate = 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)
367if (commandBinding.Command is not RoutedCommand routedCommand) continue; 383if (commandBinding.Command == command)
PresentationFramework (2)
System\Windows\Documents\RubberbandSelector.cs (1)
108if (binding.Command == ApplicationCommands.Copy)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6996bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Input.CommandBinding)target).Command; };