2 references to UnserializableKeyValue
PresentationFramework (2)
System\Windows\Markup\Primitives\MarkupWriter.cs (2)
501
throw new InvalidOperationException(SR.
UnserializableKeyValue
);
693
throw new InvalidOperationException(SR.Format(SR.
UnserializableKeyValue
, property.Value.GetType().FullName));