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