9 references to Local
System.Private.Xml (8)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
1816
if (XmlNamespaceScope.
Local
== scope)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
172
if (scope != XmlNamespaceScope.
Local
)
System\Xml\Dom\XmlNodeReader.cs (2)
1021
if (scope == XmlNamespaceScope.
Local
)
1035
if (scope != XmlNamespaceScope.
Local
)
System\Xml\XmlNamespacemanager.cs (2)
237
case XmlNamespaceScope.
Local
:
257
if (uri.Length > 0 || prefix.Length > 0 || scope == XmlNamespaceScope.
Local
)
System\Xml\XPath\XPathNavigator.cs (2)
472
if ((nt != XPathNodeType.Element && scope != XmlNamespaceScope.
Local
) || nt == XPathNodeType.Attribute || nt == XPathNodeType.Namespace)
496
if (prefix.Length != 0 || ns.Length != 0 || scope == XmlNamespaceScope.
Local
)
System.Xaml (1)
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
199
IDictionary<string, string> rootNamespaces = myXmlReaderNS.GetNamespacesInScope(XmlNamespaceScope.
Local
);