Beispiel #1
0
 public static ICommand GetCommand(InputBinding element)
 {
     return((ICommand)element.GetValue(CommandProperty));
 }
 public static object GetCommandParameter(InputBinding element)
 {
     return(element.GetValue(CommandParameterProperty));
 }