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