4 references to ShouldSerializeKey
PresentationFramework (4)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (4)
212
if (!TryGetShouldSerializeMethod(new
ShouldSerializeKey
(ownerType, keyName), out shouldSerializeMethod))
228
CacheShouldSerializeMethod(new
ShouldSerializeKey
(ownerType, keyName), shouldSerializeMethod);
234
if (!TryGetShouldSerializeMethod(new
ShouldSerializeKey
(instance.GetType(), pd.Name), out shouldSerializeMethod))
251
CacheShouldSerializeMethod(new
ShouldSerializeKey
(instanceType, pd.Name), shouldSerializeMethod);