Implemented interface member:
property
Command
System.Windows.Input.ICommandSource.Command
1 write to Command
PresentationCore (1)
Core\CSharp\System\Windows\Input\Command\InputBinding.cs (1)
57Command = command;
4 references to Command
PresentationCore (4)
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (2)
382command = inputBinding.Command; 402command = inputBinding.Command;
Core\CSharp\System\Windows\Input\Command\InputBinding.cs (1)
183CheckSecureCommand(Command, value);
Core\CSharp\System\Windows\Input\Command\InputBindingCollection.cs (1)
459if ((inputBinding.Command != null) && (inputBinding.Gesture != null) &&