Implemented interface member:
property
Command
System.Windows.Input.ICommandSource.Command
4 references to Command
PresentationFramework (4)
src\Framework\System\Windows\Shell\ThumbButtonInfo.cs (4)
256ICommand command = Command; 297if (Command != null) 302RoutedCommand routed = Command as RoutedCommand; 309CanExecute = Command.CanExecute(parameter);