Implemented interface member:
event
AssemblyLoad
System._AppDomain.AssemblyLoad
13 references to AssemblyLoad
mscorlib (1)
system\appdomain.cs (1)
3111
AssemblyLoadEventHandler eventHandler =
AssemblyLoad
;
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\PresentationAppDomainManager.cs (1)
347
AppDomain.CurrentDomain.
AssemblyLoad
+= new AssemblyLoadEventHandler(_assemblyFilter.FilterCallback);
src\Framework\MS\Internal\AppModel\ResourceContainer.cs (1)
230
AppDomain.CurrentDomain.
AssemblyLoad
+= new AssemblyLoadEventHandler(OnAssemblyLoadEventHandler);
System.Activities (1)
Microsoft\VisualBasic\Activities\XamlIntegration\VisualBasicExpressionConverter.cs (1)
240
AppDomain.CurrentDomain.
AssemblyLoad
+= OnAssemblyLoaded;
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\RegisterMetadataDelayedWorker.cs (1)
39
AppDomain.CurrentDomain.
AssemblyLoad
+= this.onAssemblyLoadedEventHandler;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
114
AppDomain.CurrentDomain.
AssemblyLoad
-= this.proxy.OnAssemblyLoad;
719
AppDomain.CurrentDomain.
AssemblyLoad
+= this.proxy.OnAssemblyLoad;
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (2)
114
AppDomain.CurrentDomain.
AssemblyLoad
-= this.proxy.OnAssemblyLoad;
719
AppDomain.CurrentDomain.
AssemblyLoad
+= this.proxy.OnAssemblyLoad;
System.Web (1)
Compilation\BuildResultCache.cs (1)
79
AppDomain.CurrentDomain.
AssemblyLoad
+= new AssemblyLoadEventHandler(OnAssemblyLoad);
System.Workflow.Runtime (2)
DebugEngine\DebugController.cs (2)
371
AppDomain.CurrentDomain.
AssemblyLoad
-= OnAssemblyLoad;
532
AppDomain.CurrentDomain.
AssemblyLoad
+= OnAssemblyLoad;
WindowsBase (1)
Base\MS\Internal\AssemblyHelper.cs (1)
72
domain.
AssemblyLoad
+= OnAssemblyLoad;