Exemplo n.º 1
0
 public static void SetPhase(CommandDecorator source, CommandPhase value)
 {
     source.SetValue(PhaseProperty, value);
 }
Exemplo n.º 2
0
 public static void SetTag(CommandDecorator source, string value)
 {
     source.SetValue(TagProperty, value);
 }
Exemplo n.º 3
0
 public static void SetCommand(CommandDecorator source, ICommand value)
 {
     source.SetValue(CommandProperty, value);
 }