public PropertyDescriptorXamlMember(PropertyDescriptor property, XamlType declaringType)
     : base(property.CheckNotNull("property"), declaringType)
 {
 }