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