6 references to TypeName
PresentationFramework (6)
System\Windows\Annotations\Annotation.cs (6)
209writer.WriteStartAttribute(AnnotationXmlConstants.Attributes.TypeName); 631case AnnotationXmlConstants.Attributes.TypeName: 641throw new FormatException(SR.Format(SR.InvalidAttributeValue, AnnotationXmlConstants.Attributes.TypeName)); 652throw new FormatException(SR.Format(SR.InvalidAttributeValue, AnnotationXmlConstants.Attributes.TypeName)); 659throw new FormatException(SR.Format(SR.InvalidAttributeValue, AnnotationXmlConstants.Attributes.TypeName)); 685throw new XmlException(SR.Format(SR.RequiredAttributeMissing, AnnotationXmlConstants.Attributes.TypeName, AnnotationXmlConstants.Elements.Annotation));