1 write to assembly
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
528this.assembly = assembly;
3 references to assembly
System.Activities.Presentation (3)
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())