public XamlCommonFrame(XamlCommonFrame source) : base(source)
 {
     this.XamlType = source.XamlType;
     this.Member = source.Member;
     if (source._namespaces != null)
     {
         this.SetNamespaces(source._namespaces);
     }
 }
 public XamlCommonFrame(XamlCommonFrame source) : base(source)
 {
     this.XamlType = source.XamlType;
     this.Member   = source.Member;
     if (source._namespaces != null)
     {
         this.SetNamespaces(source._namespaces);
     }
 }