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