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