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