2 writes to Namespaces
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (2)
463this.xamlStack.Current.Namespaces = this.pendingNamespaces; 468this.xamlStack.Current.Namespaces = currentNamespaces;
2 references to Namespaces
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (2)
447CurrentFragment.Namespaces = this.xamlStack.Current.Namespaces; 458NamespaceStackNode currentNamespaces = this.xamlStack.Count > 0 ? this.xamlStack.Current.Namespaces : null;