1 write to availableNamespaces
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (1)
174
availableNamespaces
= new Dictionary<string, List<string>>();
2 references to availableNamespaces
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (2)
172
if (
availableNamespaces
== null)
177
return
availableNamespaces
;