1 write to Command
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6953
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Input.CommandBinding)target).
Command
= (System.Windows.Input.ICommand)value; };
9 references to Command
PresentationCore (2)
Core\CSharp\System\Windows\Input\Command\CommandBindingCollection.cs (2)
391
RoutedCommand routedCommand = commandBinding.
Command
as RoutedCommand;
413
if (commandBinding.
Command
== command)
PresentationFramework (2)
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
123
if (binding.
Command
== ApplicationCommands.Copy)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6954
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Input.CommandBinding)target).
Command
; };
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
313
.Any(cb => ICommand.Equals(cb.
Command
, PropertyValueEditorCommands.ShowDialogEditor));
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (4)
167
RoutedCommand cmd = binding.
Command
as RoutedCommand;
186
RoutedCommand cmd = binding.
Command
as RoutedCommand;
205
RoutedCommand cmd = binding.
Command
as RoutedCommand;
308
CommandInfo ci = new CommandInfo(cb.
Command
);