11 references to ShouldSerializeMethodValue
System.ComponentModel.TypeConverter (11)
System\ComponentModel\ReflectPropertyDescriptor.cs (11)
536MethodInfo? shouldSerialize = ShouldSerializeMethodValue; 672if (ShouldSerializeMethodValue != null) 676return (bool)ShouldSerializeMethodValue.Invoke(prov, new object[] { component })!; 684if (ShouldSerializeMethodValue != null) 688return (bool)ShouldSerializeMethodValue.Invoke(prov, new object[] { component })!; 723if (ShouldSerializeMethodValue != null) 728return (bool)ShouldSerializeMethodValue.Invoke(component, null)!; 1172if (ShouldSerializeMethodValue != null) 1176return (bool)ShouldSerializeMethodValue.Invoke(component, null)!; 1184if (ShouldSerializeMethodValue != null) 1188return (bool)ShouldSerializeMethodValue.Invoke(component, null)!;