1 write to importedNamespaces
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportedNamespaceContextItem.cs (1)
27
this.
importedNamespaces
= new Collection<string>();
2 references to importedNamespaces
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportedNamespaceContextItem.cs (2)
24
if (this.
importedNamespaces
== null)
29
return this.
importedNamespaces
;