Base:
property
NamespaceURI
System.Xml.XmlReader.NamespaceURI
11 references to NamespaceURI
PresentationFramework (2)
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
1413
if (reader.
NamespaceURI
!= "urn:schemas-microsoft-com:asm.v1")
src\Framework\System\Windows\Markup\FilteredXmlReader.cs (1)
302
base.
NamespaceURI
== uidNamespace)
System.Runtime.Remoting (3)
metadata\wsdlparser.cs (3)
846
Util.Log("WsdlParser.ParseWsdl elementName "+_XMLReader.LocalName+" namespace "+ _XMLReader.
NamespaceURI
);
2288
Util.Log("WsdlParser.MatchingNamespace "+elmNS+" ***** "+_XMLReader.
NamespaceURI
);
2289
if (MatchingStrings(_XMLReader.
NamespaceURI
, elmNS))
WindowsBase (6)
Base\MS\Internal\IO\Packaging\PartBasedPackageProperties.cs (3)
581
|| (object)reader.
NamespaceURI
!= PackageXmlStringTable.GetXmlStringAsObject(PackageXmlEnum.PackageCorePropertiesNamespace)
633
if ((object)reader.
NamespaceURI
!= PackageXmlStringTable.GetXmlStringAsObject(PackageXmlStringTable.GetXmlNamespace(xmlStringIndex)))
650
int allowedAttributeCount = (object) reader.
NamespaceURI
==
Base\System\IO\Packaging\ZipPackage.cs (3)
1141
&& (String.CompareOrdinal(reader.
NamespaceURI
, TypesNamespaceUri) == 0)
1165
&& (String.CompareOrdinal(reader.
NamespaceURI
, TypesNamespaceUri) == 0)
1173
&& (String.CompareOrdinal(reader.
NamespaceURI
, TypesNamespaceUri) == 0)