1 write to Command
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6953bamlMember.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)
391RoutedCommand routedCommand = commandBinding.Command as RoutedCommand; 413if (commandBinding.Command == command)
PresentationFramework (2)
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
123if (binding.Command == ApplicationCommands.Copy)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6954bamlMember.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)
167RoutedCommand cmd = binding.Command as RoutedCommand; 186RoutedCommand cmd = binding.Command as RoutedCommand; 205RoutedCommand cmd = binding.Command as RoutedCommand; 308CommandInfo ci = new CommandInfo(cb.Command);