public static UIComponentConfiguration GetComponent(UIComponentPanel source)
 {
     return((UIComponentConfiguration)source.GetValue(ComponentProperty));
 }
 public static bool GetIsInDesignMode(UIComponentPanel source)
 {
     return((bool)source.GetValue(IsInDesignModeProperty));
 }