3 references to IdAttributeName
WindowsBase (3)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (3)
415string idAttributeValue = reader.GetAttribute(IdAttributeName); 417throw new XmlException(SR.Get(SRID.RequiredRelationshipAttributeMissing, IdAttributeName), null, reader.LineNumber, reader.LinePosition); 579writer.WriteAttributeString(IdAttributeName, relationship.Id);