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