Base:
property
NamespaceURI
System.Xaml.XmlWrappingReader.NamespaceURI
6 references to NamespaceURI
System.Xaml (6)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (6)
222
string namespaceName =
NamespaceURI
;
311
string namespaceName =
NamespaceURI
;
473
if (!ShouldIgnoreNamespace(
NamespaceURI
))
510
if (result && ShouldIgnoreNamespace(
NamespaceURI
))
1032
while (result && ShouldIgnoreNamespace(
NamespaceURI
))
1070
string namespaceName =
NamespaceURI
;