2 writes to type
System (2)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (2)
113
this.
type
= type;
154
this.
type
= oldReflectPropertyDescriptor.PropertyType;
3 references to type
System (3)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (3)
356
getMethod = FindMethod(componentClass, "Get" + Name, new Type[] { receiverType },
type
);
400
return
type
;
490
new Type[] { receiverType,
type
}, typeof(void));