2 writes to _shouldSerializeMethod
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfMemberInvoker.cs (2)
75
_shouldSerializeMethod
= declaringType.GetMethod(methodName, flags, null, args, null);
80
_shouldSerializeMethod
= declaringType.GetMethod(methodName, flags, null, args, null);
3 references to _shouldSerializeMethod
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\WpfMemberInvoker.cs (3)
87
if (
_shouldSerializeMethod
!= null)
93
result = (bool)
_shouldSerializeMethod
.Invoke(null, args);
97
result = (bool)
_shouldSerializeMethod
.Invoke(instance, args);