Ejemplo n.º 1
0
 public static bool GetIsContainer(TransitionPresenter obj)
 {
     return (bool)obj.GetValue(IsContainerProperty);
 }