17 references to LoadedAssembly
PresentationFramework (6)
src\Framework\MS\Internal\AppModel\AssemblyFilter.cs (1)
59Assembly a = args.LoadedAssembly;
src\Framework\MS\Internal\AppModel\ResourceContainer.cs (5)
268Assembly assembly = args.LoadedAssembly; 287UpdateCachedRMW(key, args.LoadedAssembly); 296UpdateCachedRMW(key, args.LoadedAssembly); 310UpdateCachedRMW(key, args.LoadedAssembly); 315UpdateCachedRMW(key, args.LoadedAssembly);
System.Activities (1)
Microsoft\VisualBasic\Activities\XamlIntegration\VisualBasicExpressionConverter.cs (1)
205Assembly assembly = args.LoadedAssembly;
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\RegisterMetadataDelayedWorker.cs (1)
64this.CheckAndWork(args.LoadedAssembly);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
726if (!args.LoadedAssembly.IsDynamic) 728this.Dispatcher.BeginInvoke(new Action(() => { this.OnReferenceUpdated(args.LoadedAssembly, true); }), DispatcherPriority.Send);
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
726if (!args.LoadedAssembly.IsDynamic) 728this.Dispatcher.BeginInvoke(new Action(() => { this.OnReferenceUpdated(args.LoadedAssembly, true); }), DispatcherPriority.Send);
System.Web (1)
Compilation\BuildResultCache.cs (1)
84Assembly a = args.LoadedAssembly;
System.Workflow.Runtime (3)
DebugEngine\DebugController.cs (3)
1085if (args.LoadedAssembly.Location != String.Empty) 1089this.controllerConduit.AssemblyLoaded(this.programId, args.LoadedAssembly.Location, args.LoadedAssembly.GlobalAssemblyCache);
WindowsBase (1)
Base\MS\Internal\AssemblyHelper.cs (1)
244OnLoaded(args.LoadedAssembly);