public PropertyDescriptor GetPropertyDescriptor(string field) { //var propDesc = GetCachedPropertyDescriptor(obj, field, false); var propDesc = GetOwnPropertyDescriptor(field); if (propDesc == null) { propDesc = Metadata.GetInheritedPropertyDescriptor(field); } return(propDesc); }