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