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