4 references to AvailableNamespaces
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\NamespaceListProperty.cs (4)
403
if (!this.
AvailableNamespaces
.TryGetValue(importNamespace, out assemblies))
571
if (this.
AvailableNamespaces
.ContainsKey(ns.Namespace))
573
foreach (string assembly in this.
AvailableNamespaces
[ns.Namespace])
587
foreach (string assembly in this.
AvailableNamespaces
[importedNamespace])