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