2 references to TryGetShouldSerializeMethod
PresentationFramework (2)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (2)
224if (!TryGetShouldSerializeMethod(new ShouldSerializeKey(ownerType, keyName), out shouldSerializeMethod)) 246if (!TryGetShouldSerializeMethod(new ShouldSerializeKey(instance.GetType(), pd.Name), out shouldSerializeMethod))