5 references to InvokeMethod
System.Web (5)
UI\ControlBuilder.cs (2)
2193
Util.
InvokeMethod
(methodInfo, obj, parameters);
2482
Util.
InvokeMethod
(methodInfo, obj, parameters);
UI\PropertyConverter.cs (2)
115
ret = Util.
InvokeMethod
(methodInfo, null, parameters);
129
ret = Util.
InvokeMethod
(methodInfo, null, parameters);
UI\SkinBuilder.cs (1)
66
Util.
InvokeMethod
(methodInfo, control, parameters);