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