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