6 references to TypeName
PresentationFramework (6)
System\Windows\Annotations\Annotation.cs (6)
209
writer.WriteStartAttribute(AnnotationXmlConstants.Attributes.
TypeName
);
629
case AnnotationXmlConstants.Attributes.
TypeName
:
637
throw new FormatException(SR.Format(SR.InvalidAttributeValue, AnnotationXmlConstants.Attributes.
TypeName
));
648
throw new FormatException(SR.Format(SR.InvalidAttributeValue, AnnotationXmlConstants.Attributes.
TypeName
));
655
throw new FormatException(SR.Format(SR.InvalidAttributeValue, AnnotationXmlConstants.Attributes.
TypeName
));
681
throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
TypeName
, AnnotationXmlConstants.Elements.Annotation));