6 references to TypeName
PresentationFramework (6)
System\Windows\Annotations\Annotation.cs (6)
208
writer.WriteStartAttribute(AnnotationXmlConstants.Attributes.
TypeName
);
630
case AnnotationXmlConstants.Attributes.
TypeName
:
640
throw new FormatException(SR.Format(SR.InvalidAttributeValue, AnnotationXmlConstants.Attributes.
TypeName
));
651
throw new FormatException(SR.Format(SR.InvalidAttributeValue, AnnotationXmlConstants.Attributes.
TypeName
));
658
throw new FormatException(SR.Format(SR.InvalidAttributeValue, AnnotationXmlConstants.Attributes.
TypeName
));
684
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
TypeName
, AnnotationXmlConstants.Elements.Annotation));