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