Implemented interface member:
property
Command
System.Windows.Input.ICommandSource.Command
1 write to Command
PresentationCore (1)
System\Windows\Input\Command\InputBinding.cs (1)
46Command = command;
3 references to Command
PresentationCore (3)
System\Windows\Input\Command\CommandManager.cs (2)
318command = inputBinding.Command; 338command = inputBinding.Command;
System\Windows\Input\Command\InputBindingCollection.cs (1)
453if ((inputBinding.Command != null) && (inputBinding.Gesture != null) &&