7 references to InvalidXmlContent
PresentationFramework (7)
System\Windows\Annotations\Annotation.cs (2)
325
throw new XmlException(SR.Format(SR.
InvalidXmlContent
, AnnotationXmlConstants.Elements.Annotation));
340
throw new XmlException(SR.Format(SR.
InvalidXmlContent
, AnnotationXmlConstants.Elements.Annotation));
System\Windows\Annotations\AnnotationResource.cs (1)
190
throw new XmlException(SR.Format(SR.
InvalidXmlContent
, AnnotationXmlConstants.Elements.Resource));
System\Windows\Annotations\LocatorGroup.cs (1)
145
throw new XmlException(SR.Format(SR.
InvalidXmlContent
, AnnotationXmlConstants.Elements.ContentLocatorGroup));
System\Windows\Annotations\LocatorPartList.cs (3)
207
throw new XmlException(SR.Format(SR.
InvalidXmlContent
, AnnotationXmlConstants.Elements.ContentLocator));
267
throw new XmlException(SR.Format(SR.
InvalidXmlContent
, AnnotationXmlConstants.Elements.Item));
278
throw new XmlException(SR.Format(SR.
InvalidXmlContent
, part.PartType.Name));