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