6 writes to setMethod
System (6)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (6)
129this.setMethod = setMethod; 142this.setMethod = setMethod; 168setMethod = oldProp.setMethod; 466setMethod = p.GetSetMethod(); 485setMethod = propInfo.GetSetMethod(true); 489setMethod = FindMethod(componentClass, "Set" + Name,
4 references to setMethod
System (4)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (4)
168setMethod = oldProp.setMethod; 455if (setMethod == null) 467if (setMethod != null) 493return setMethod;