5 references to SetMethodValue
System.ComponentModel.TypeConverter (5)
System\ComponentModel\ReflectPropertyDescriptor.cs (5)
368public override bool IsReadOnly => SetMethodValue == null || ((ReadOnlyAttribute)Attributes[typeof(ReadOnlyAttribute)]!).IsReadOnly; 656if (SetMethodValue != null) 658SetMethodValue.Invoke(prov, new object?[] { component, value }); 890if (SetMethodValue == null) 1121SetMethodValue!.Invoke(invokee, new object?[] { value });