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