11 references to ShouldSerializeMethodValue
System (11)
compmod\system\componentmodel\ReflectPropertyDescriptor.cs (11)
583MethodInfo shouldSerialize = ShouldSerializeMethodValue; 711if (ShouldSerializeMethodValue != null) { 713return (bool)ShouldSerializeMethodValue.Invoke(provider, new object[] {component}); 720if (ShouldSerializeMethodValue != null) { 722return (bool)ShouldSerializeMethodValue.Invoke(provider, new object[] {component}); 749if (ShouldSerializeMethodValue != null) { 752return (bool)ShouldSerializeMethodValue.Invoke(component, null); 1188if (ShouldSerializeMethodValue != null) { 1190return (bool)ShouldSerializeMethodValue.Invoke(component, null); 1197if (ShouldSerializeMethodValue != null) { 1199return (bool)ShouldSerializeMethodValue.Invoke(component, null);