3 references to ReflectPropertyDescriptor
System (3)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (2)
126
public ReflectPropertyDescriptor(Type componentClass, string name, Type type, PropertyInfo propInfo, MethodInfo getMethod, MethodInfo setMethod, Attribute[] attrs) :
this
(componentClass, name, type, attrs) {
139
public 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)
695
return new
ReflectPropertyDescriptor
(componentType, name, type, attributes);