1 write to assembly
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
528this.assembly = assembly;
3 references to assembly
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (3)
530this.displayName = GetDisplayName(this.assembly.GetName()); 581from type in (this.isLocal ? this.assembly.GetTypes() : this.assembly.GetExportedTypes())