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