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