Base:
property
NamespaceURI
System.Xml.XmlReader.NamespaceURI
7 references to NamespaceURI
Microsoft.Build.Tasks.Core (3)
ManifestUtil\ManifestFormatter.cs (2)
41w.WriteStartElement(r.Prefix, r.LocalName, r.NamespaceURI); 66w.WriteAttributeString(r.Prefix, r.LocalName, r.NamespaceURI, r.Value);
ManifestUtil\XmlUtil.cs (1)
26string prefix = !String.IsNullOrEmpty(r.Prefix) ? r.Prefix : nsmgr.LookupPrefix(r.NamespaceURI);
PresentationFramework (1)
System\Windows\Markup\FilteredXmlReader.cs (1)
293base.NamespaceURI == uidNamespace)
ReachFramework (3)
PrintConfig\PrtCap_Reader.cs (3)
49(_xmlReader.NamespaceURI != PrintSchemaNamespaces.Framework)) 53_xmlReader.NamespaceURI, 136(_xmlReader.NamespaceURI != PrintSchemaNamespaces.Framework))