コード例 #1
0
 public static ICommand GetCommand(InputBinding element)
 {
     return((ICommand)element.GetValue(CommandProperty));
 }
コード例 #2
0
 public static object GetCommandParameter(InputBinding element)
 {
     return(element.GetValue(CommandParameterProperty));
 }