1 write to referenceAssemblies
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
160this.referenceAssemblies = new ObservableCollection<AssemblyNode>();
4 references to referenceAssemblies
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (4)
158if (null == this.referenceAssemblies) 167this.referenceAssemblies.Add(new AssemblyNode(assembly, false, this.filter, this.Context)); 171return this.referenceAssemblies; 354SearchAction newSearch = new SearchAction(searchText, this.localAssemblies, this.referenceAssemblies);