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