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