1 write to receiverType
System (1)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (1)
140this.receiverType = receiverType;
11 references to receiverType
System (11)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (11)
343if (receiverType == null) { 356getMethod = FindMethod(componentClass, "Get" + Name, new Type[] { receiverType }, type); 381return (receiverType != null); 414if (receiverType == null) { 418args = new Type[] {receiverType}; 479if (receiverType == null) { 490new Type[] { receiverType, type}, typeof(void)); 517if (receiverType == null) { 521args = new Type[] {receiverType}; 598return receiverType; 830memberInfo = currentReflectType.GetMethod("Get" + Name, bindingFlags, null, new Type[] { receiverType }, null);