5 writes to getMethod
System (5)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (5)
128this.getMethod = getMethod; 141this.getMethod = getMethod; 167getMethod = oldProp.getMethod; 349getMethod = propInfo.GetGetMethod(true); 356getMethod = FindMethod(componentClass, "Get" + Name, new Type[] { receiverType }, type);
4 references to getMethod
System (4)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (4)
167getMethod = oldProp.getMethod; 351if (getMethod == null) { 357if (getMethod == null) { 362return getMethod;