4 references to CreateInstance
mscorlib (2)
system\appdomain.cs (2)
1127ObjectHandle oh = Activator.CreateInstance(AppDomain.CurrentDomain.ActivationContext); 4004oh = Activator.CreateInstance(ad.ActivationContext);
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
311ObjectHandle oh = Activator.CreateInstance(_context);
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
1375ObjectHandle oh = Activator.CreateInstance(_context);