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)
222string namespaceName = NamespaceURI; 311string namespaceName = NamespaceURI; 473if (!ShouldIgnoreNamespace(NamespaceURI)) 510if (result && ShouldIgnoreNamespace(NamespaceURI)) 1032while (result && ShouldIgnoreNamespace(NamespaceURI)) 1070string namespaceName = NamespaceURI;