3 references to TypeAttributeName
System.IO.Packaging (3)
System\IO\Packaging\InternalRelationshipCollection.cs (3)
349string? typeAttributeValue = reader.GetAttribute(TypeAttributeName); 351throw new XmlException(SR.Format(SR.RequiredRelationshipAttributeMissing, TypeAttributeName), null, reader.LineNumber, reader.LinePosition); 501writer.WriteAttributeString(TypeAttributeName, relationship.RelationshipType);