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