6 references to TypeName
PresentationFramework (6)
src\Framework\System\Windows\Annotations\Annotation.cs (6)
238
writer.WriteStartAttribute(AnnotationXmlConstants.Attributes.
TypeName
);
661
case AnnotationXmlConstants.Attributes.
TypeName
:
669
throw new FormatException(SR.Get(SRID.InvalidAttributeValue, AnnotationXmlConstants.Attributes.
TypeName
));
680
throw new FormatException(SR.Get(SRID.InvalidAttributeValue, AnnotationXmlConstants.Attributes.
TypeName
));
687
throw new FormatException(SR.Get(SRID.InvalidAttributeValue, AnnotationXmlConstants.Attributes.
TypeName
));
713
throw new XmlException(SR.Get(SRID.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.
TypeName
, AnnotationXmlConstants.Elements.Annotation));