Base:
property
NamespaceURI
System.Windows.Markup.XmlWrappingReader.NamespaceURI
8 references to NamespaceURI
WindowsBase (8)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (2)
315
&& (String.CompareOrdinal(PackagingUtilities.RelationshipNamespaceUri, reader.
NamespaceURI
) == 0))
339
&& (String.CompareOrdinal(PackagingUtilities.RelationshipNamespaceUri, reader.
NamespaceURI
) == 0))
Base\System\Windows\Markup\XmlCompatibilityReader.cs (6)
236
string namespaceName =
NamespaceURI
;
322
string namespaceName =
NamespaceURI
;
483
if (!ShouldIgnoreNamespace(
NamespaceURI
))
520
if (result && ShouldIgnoreNamespace(
NamespaceURI
))
1042
while (result && ShouldIgnoreNamespace(
NamespaceURI
))
1079
string namespaceName =
NamespaceURI
;