1 write to referenceAssemblies
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
160this.referenceAssemblies = new ObservableCollection<AssemblyNode>();
4 references to referenceAssemblies
System.Data (4)
cdf\src\NetFx40\Tools\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);