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