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