3 references to ReflectPropertyDescriptor
System (3)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (2)
126public ReflectPropertyDescriptor(Type componentClass, string name, Type type, PropertyInfo propInfo, MethodInfo getMethod, MethodInfo setMethod, Attribute[] attrs) : this(componentClass, name, type, attrs) { 139public ReflectPropertyDescriptor(Type componentClass, string name, Type type, Type receiverType, MethodInfo getMethod, MethodInfo setMethod, Attribute[] attrs) : this(componentClass, name, type, attrs) {
compmod\system\componentmodel\TypeDescriptor.cs (1)
695return new ReflectPropertyDescriptor(componentType, name, type, attributes);