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