3 references to GetTypeDescriptor
System.Web (3)
ModelBinding\AssociatedMetadataProvider.cs (3)
34foreach (PropertyDescriptor property in GetTypeDescriptor(containerType).GetProperties()) { 48ICustomTypeDescriptor typeDescriptor = GetTypeDescriptor(containerType); 73IEnumerable<Attribute> attributes = GetTypeDescriptor(modelType).GetAttributes().Cast<Attribute>();