1 write to _context
PresentationFramework (1)
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
1366
_context
= ActivationContext.CreatePartialActivationContext(GetApplicationIdentity(), new string[] {_deploymentManifestPath, _applicationManifestPath});
1 reference to _context
PresentationFramework (1)
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
1375
ObjectHandle oh = Activator.CreateInstance(
_context
);