1 write to _type
System.ComponentModel.DataAnnotations (1)
DataAnnotations\ValidationAttributeStore.cs (1)
172this._type = type;
2 references to _type
System.ComponentModel.DataAnnotations (2)
DataAnnotations\ValidationAttributeStore.cs (2)
178throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, DataAnnotationsResources.AttributeStore_Unknown_Property, this._type.Name, propertyName), "propertyName"); 211PropertyDescriptorCollection properties = TypeDescriptor.GetProperties(this._type);