Implemented interface member:
property
Command
System.Windows.Input.ICommandSource.Command
4 references to Command
PresentationFramework (4)
System\Windows\Shell\ThumbButtonInfo.cs (4)
255ICommand command = Command; 296if (Command != null) 301RoutedCommand routed = Command as RoutedCommand; 308CanExecute = Command.CanExecute(parameter);