5 references to SetMethodValue
System (5)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (5)
390
return
SetMethodValue
== null || ((ReadOnlyAttribute)Attributes[typeof(ReadOnlyAttribute)]).IsReadOnly;
693
if (
SetMethodValue
!= null) {
694
SetMethodValue
.Invoke(provider, new object[] { component, value});
905
if (
SetMethodValue
== null) {
1139
SecurityUtils.MethodInfoInvoke(
SetMethodValue
, invokee, new object[] { value });