Base:
property
NamespaceURI
System.Xml.XmlReader.NamespaceURI
7 references to NamespaceURI
Microsoft.Build.Tasks.Core (3)
ManifestUtil\ManifestFormatter.cs (2)
40w.WriteStartElement(r.Prefix, r.LocalName, r.NamespaceURI); 65w.WriteAttributeString(r.Prefix, r.LocalName, r.NamespaceURI, r.Value);
ManifestUtil\XmlUtil.cs (1)
25string prefix = !String.IsNullOrEmpty(r.Prefix) ? r.Prefix : nsmgr.LookupPrefix(r.NamespaceURI);
PresentationFramework (1)
System\Windows\Markup\FilteredXmlReader.cs (1)
292base.NamespaceURI == uidNamespace)
ReachFramework (3)
PrintConfig\PrtCap_Reader.cs (3)
48(_xmlReader.NamespaceURI != PrintSchemaNamespaces.Framework)) 52_xmlReader.NamespaceURI, 135(_xmlReader.NamespaceURI != PrintSchemaNamespaces.Framework))