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