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