Пример #1
0
 public static CommandPhase GetPhase(CommandDecorator source)
 {
     return((CommandPhase)source.GetValue(PhaseProperty));
 }
Пример #2
0
 public static string GetTag(CommandDecorator source)
 {
     return((string)source.GetValue(TagProperty));
 }
Пример #3
0
 public static ICommand GetCommand(CommandDecorator source)
 {
     return((ICommand)source.GetValue(CommandProperty));
 }