5 references to Get
System.Web (5)
ModelBinding\AssociatedMetadataProvider.cs (1)
84return TypeDescriptorHelper.Get(type);
ModelBinding\AssociatedValidatorProvider.cs (1)
10return TypeDescriptorHelper.Get(type);
ModelBinding\ModelBinderProviderCollection.cs (1)
111ExtensibleModelBinderAttribute attr = TypeDescriptorHelper.Get(modelType).GetAttributes().OfType<ExtensibleModelBinderAttribute>().FirstOrDefault();
ModelBinding\MutableObjectModelBinder.cs (2)
135ICustomTypeDescriptor modelDescriptor = TypeDescriptorHelper.Get(modelType); 184PropertyDescriptor propertyDescriptor = TypeDescriptorHelper.Get(bindingContext.ModelType).GetProperties().Find(propertyMetadata.PropertyName, true /* ignoreCase */);