3 references to TypeAttributeName
WindowsBase (3)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (3)
409string typeAttributeValue = reader.GetAttribute(TypeAttributeName); 411throw new XmlException(SR.Get(SRID.RequiredRelationshipAttributeMissing, TypeAttributeName), null, reader.LineNumber, reader.LinePosition); 562writer.WriteAttributeString(TypeAttributeName, relationship.RelationshipType);