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)
57
Command
= command;
4 references to Command
PresentationCore (4)
Core\CSharp\System\Windows\Input\Command\CommandManager.cs (2)
382
command = inputBinding.
Command
;
402
command = inputBinding.
Command
;
Core\CSharp\System\Windows\Input\Command\InputBinding.cs (1)
183
CheckSecureCommand(
Command
, value);
Core\CSharp\System\Windows\Input\Command\InputBindingCollection.cs (1)
459
if ((inputBinding.
Command
!= null) && (inputBinding.Gesture != null) &&