2 instantiations of NamespaceStackNode
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (2)
94this.pendingNamespaces = new NamespaceStackNode(); 235pendingNamespaces = new NamespaceStackNode() { PreviousNode = currentNamespaces };
12 references to NamespaceStackNode
System.Activities.Presentation (12)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (12)
55NamespaceStackNode pendingNamespaces; 224NamespaceStackNode currentNamespaces = null; 225NamespaceStackNode pendingNamespaces = null; 458NamespaceStackNode currentNamespaces = this.xamlStack.Count > 0 ? this.xamlStack.Current.Namespaces : null; 815public NamespaceStackNode Namespaces { get; set; } 859public NamespaceStackNode Namespaces { get; set; } 1026NamespaceStackNode currentNamespaces) 1103static bool IsIgnorableCompatNamespace(NamespaceDeclaration ns, NamespaceStackNode currentNamespaces) 1107NamespaceStackNode rootNamespaces = currentNamespaces; 1223public NamespaceStackNode PreviousNode { get; set; } 1234NamespaceStackNode current = this; 1253NamespaceStackNode current = this;