Exemplo n.º 1
0
 public static CommandPhase GetPhase(CommandDecorator source)
 {
     return((CommandPhase)source.GetValue(PhaseProperty));
 }
Exemplo n.º 2
0
 public static string GetTag(CommandDecorator source)
 {
     return((string)source.GetValue(TagProperty));
 }
Exemplo n.º 3
0
 public static ICommand GetCommand(CommandDecorator source)
 {
     return((ICommand)source.GetValue(CommandProperty));
 }