8 references to MethodInfoInvoke
System (8)
compmod\system\componentmodel\ReflectEventDescriptor.cs (2)
213SecurityUtils.MethodInfoInvoke(addMethod, component, new object[] { value}); 472SecurityUtils.MethodInfoInvoke(removeMethod, component, new object[] { value });
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (6)
938return SecurityUtils.MethodInfoInvoke(GetMethodValue, component, null); 1057oldValue = SecurityUtils.MethodInfoInvoke(GetMethodValue, invokee, (object[])null); 1071SecurityUtils.MethodInfoInvoke(ResetMethodValue, invokee, (object[])null); 1076newValue = SecurityUtils.MethodInfoInvoke(GetMethodValue, invokee, (object[])null); 1125oldValue = SecurityUtils.MethodInfoInvoke(GetMethodValue, invokee, (object[])null); 1139SecurityUtils.MethodInfoInvoke(SetMethodValue, invokee, new object[] { value });