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