1 write to assemblyContext
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
66this.assemblyContext = assemblyContext;
5 references to assemblyContext
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (5)
128if (null != this.assemblyContext) 130if (null != this.assemblyContext.LocalAssemblyName) 133Assembly local = AssemblyContextControlItem.GetAssembly(this.assemblyContext.LocalAssemblyName, multiTargetingSupportService); 161if (null != this.assemblyContext) 164IEnumerable<Assembly> assemblies = this.assemblyContext.GetEnvironmentAssemblies(multiTargetingSupportService);