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