5 references to GetMethodValue
System (5)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (5)
608
return
GetMethodValue
.Invoke(provider, new object[] { component});
938
return SecurityUtils.MethodInfoInvoke(
GetMethodValue
, component, null);
1057
oldValue = SecurityUtils.MethodInfoInvoke(
GetMethodValue
, invokee, (object[])null);
1076
newValue = SecurityUtils.MethodInfoInvoke(
GetMethodValue
, invokee, (object[])null);
1125
oldValue = SecurityUtils.MethodInfoInvoke(
GetMethodValue
, invokee, (object[])null);