2 writes to pendingNamespaces
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (2)
94
this.
pendingNamespaces
= new NamespaceStackNode();
464
this.
pendingNamespaces
= null;
5 references to pendingNamespaces
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (5)
92
if (this.
pendingNamespaces
== null)
96
this.
pendingNamespaces
.Add(namespaceDeclaration.Prefix, namespaceDeclaration.Namespace);
460
if (this.
pendingNamespaces
!= null)
462
this.
pendingNamespaces
.PreviousNode = currentNamespaces;
463
this.xamlStack.Current.Namespaces = this.
pendingNamespaces
;