1 write to availableNamespaces
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (1)
458
this.
availableNamespaces
= this.importsModelItem.Properties[NamespaceListPropertyDescriptor.AvailableNamespacesPropertyName].ComputedValue as Dictionary<string, List<string>>;
11 references to availableNamespaces
System.Activities.Presentation (11)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (11)
196
this.inputComboBox.ItemsSource = this.
availableNamespaces
.Keys;
321
if (!this.
availableNamespaces
.ContainsKey(namespaceData.Namespace))
455
if (this.
availableNamespaces
== null)
459
Fx.Assert(this.
availableNamespaces
!= null, "Available namespace dictionary is not in right format");
530
if (this.
availableNamespaces
!= null)
545
if (this.
availableNamespaces
!= null)
568
if (this.
availableNamespaces
.TryGetValue(ns, out assemblyList))
573
this.
availableNamespaces
.Remove(ns);
624
if (!this.
availableNamespaces
.TryGetValue(ns, out assemblyList))
627
this.
availableNamespaces
.Add(ns, assemblyList);
669
Fx.Assert(this.
availableNamespaces
!= null, "available namespace table should have been set before calling this method");