5 references to UriAttrName
WindowsBase (5)
Base\MS\Internal\IO\Packaging\XmlSignatureManifest.cs (4)
224string uriAttrValue = reader.GetAttribute(XTable.Get(XTable.ID.UriAttrName)); 233throw new XmlException(SR.Get(SRID.RequiredXmlAttributeMissing, XTable.Get(XTable.ID.UriAttrName))); 662XmlAttribute uriAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.UriAttrName)); 759XmlAttribute uriAttr = xDoc.CreateAttribute(XTable.Get(XTable.ID.UriAttrName));
Base\MS\Internal\IO\Packaging\XmlStringTable.cs (1)
124new TableEntry( ID.UriAttrName, "URI" ),