47 references to XmlNamespaceScope
PresentationBuildTasks (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
139
IDictionary<string,string> IXmlNamespaceResolver.GetNamespacesInScope (
XmlNamespaceScope
scope ) {
System.Activities (1)
System\Activities\Debugger\XmlWrappingReader.cs (1)
268
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XsltInput.cs (1)
112
namespacesInScope = nsResolver.GetNamespacesInScope(
XmlNamespaceScope
.ExcludeXml);
System.Runtime.Serialization (2)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
728
IDictionary<string, string> namespacesInScope = xmlReader.GetNamespacesInScope(
XmlNamespaceScope
.ExcludeXml);
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
1057
internal IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope)
System.Xml (41)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
1596
System.Collections.Generic.IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope) {
1603
if (
XmlNamespaceScope
.Local == scope) {
1616
if (nsdecl.scope != -1 || (
XmlNamespaceScope
.All == scope && "xml" == nsdecl.prefix)) {
System\Xml\Core\XmlAsyncCheckReader.cs (2)
793
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope)
850
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope) {
System\Xml\Core\XmlCharCheckingReader.cs (1)
581
IDictionary<string,string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope ) {
System\Xml\Core\XmlSubtreeReader.cs (1)
1011
IDictionary<string,string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope ) {
System\Xml\Core\XmlTextReader.cs (2)
295
IDictionary<string,string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope ) {
311
public IDictionary<string,string> GetNamespacesInScope(
XmlNamespaceScope
scope ) {
System\Xml\Core\XmlTextReaderImpl.cs (2)
1836
IDictionary<string,string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope ) {
1849
internal IDictionary<string,string> GetNamespacesInScope(
XmlNamespaceScope
scope ) {
System\Xml\Core\XmlTextReaderImplHelpers.cs (1)
161
public override IDictionary<string,string> GetNamespacesInScope(
XmlNamespaceScope
scope ) { return null; }
System\Xml\Core\XmlValidatingReader.cs (1)
228
IDictionary<string,string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope ) {
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
676
IDictionary<string,string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope ) {
689
internal IDictionary<string,string> GetNamespacesInScope(
XmlNamespaceScope
scope ) {
System\Xml\Core\XmlWellFormedWriterHelpers.cs (1)
28
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope) {
System\Xml\Core\XsdValidatingReader.cs (1)
1495
IDictionary<string, string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope) {
System\Xml\Dom\DocumentSchemaValidator.cs (3)
160
public IDictionary<string,string> GetNamespacesInScope(
XmlNamespaceScope
scope) {
162
if (scope !=
XmlNamespaceScope
.Local) {
417
IDictionary<string,string> namespaceDecls = NamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
.All);
System\Xml\Dom\DocumentXmlWriter.cs (1)
403
IDictionary<string,string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope) {
System\Xml\Dom\XmlNodeReader.cs (5)
838
internal IDictionary<string,string> GetNamespacesInScope(
XmlNamespaceScope
scope ) {
865
if ( scope ==
XmlNamespaceScope
.Local ) {
876
if ( scope !=
XmlNamespaceScope
.Local ) {
880
if ( scope ==
XmlNamespaceScope
.All ) {
1615
IDictionary<string,string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope ) {
System\Xml\IXmlNamespaceResolver.cs (1)
21
IDictionary<string,string> GetNamespacesInScope(
XmlNamespaceScope
scope );
System\Xml\Schema\XmlAtomicValue.cs (1)
58
public IDictionary<string, string> GetNamespacesInScope(
XmlNamespaceScope
scope) {
System\Xml\Schema\XmlSchemaValidator.cs (1)
1791
IDictionary<string,string> namespaceDecls = nsResolver.GetNamespacesInScope(
XmlNamespaceScope
.All);
System\Xml\Schema\XsdValidator.cs (1)
234
foreach(string ns in nsManager.GetNamespacesInScope(
XmlNamespaceScope
.ExcludeXml).Values) {
System\Xml\XmlNamespacemanager.cs (5)
208
public virtual IDictionary<string,string> GetNamespacesInScope(
XmlNamespaceScope
scope ) {
212
case
XmlNamespaceScope
.All:
215
case
XmlNamespaceScope
.ExcludeXml:
218
case
XmlNamespaceScope
.Local:
235
if ( uri.Length > 0 || prefix.Length > 0 || scope ==
XmlNamespaceScope
.Local ) {
System\Xml\XPath\XPathNavigator.cs (5)
422
public virtual IDictionary<string,string> GetNamespacesInScope(
XmlNamespaceScope
scope) {
425
if ((nt != XPathNodeType.Element && scope !=
XmlNamespaceScope
.Local) || nt == XPathNodeType.Attribute || nt == XPathNodeType.Namespace) {
436
if (scope ==
XmlNamespaceScope
.All)
446
if (prefix.Length != 0 || ns.Length != 0 || scope ==
XmlNamespaceScope
.Local)
1655
IDictionary<string,string> dictionary = resolver.GetNamespacesInScope(
XmlNamespaceScope
.All );
System\Xml\XPath\XPathNavigatorReader.cs (1)
136
IDictionary<string,string> IXmlNamespaceResolver.GetNamespacesInScope(
XmlNamespaceScope
scope) {
WindowsBase (1)
Base\System\Windows\Markup\XmlWrappingReader.cs (1)
139
IDictionary<string,string> IXmlNamespaceResolver.GetNamespacesInScope (
XmlNamespaceScope
scope ) {