4 references to UnexpectedAttribute
PresentationFramework (4)
System\Windows\Annotations\Annotation.cs (2)
550throw new XmlException(SR.Format(SR.UnexpectedAttribute, reader.LocalName, elementName)); 664throw new XmlException(SR.Format(SR.UnexpectedAttribute, reader.LocalName, AnnotationXmlConstants.Elements.Annotation));
System\Windows\Annotations\AnnotationResource.cs (1)
455throw new XmlException(SR.Format(SR.UnexpectedAttribute, reader.LocalName, AnnotationXmlConstants.Elements.Resource));
System\Windows\Annotations\LocatorPartList.cs (1)
240throw new XmlException(SR.Format(SR.UnexpectedAttribute, reader.LocalName, AnnotationXmlConstants.Elements.Item));