1 write to _hostingManager
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
234_hostingManager = new InPlaceHostingManager(_deploymentManifest);
11 references to _hostingManager
PresentationFramework (11)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (11)
377_hostingManager.GetManifestCompleted += new EventHandler<GetManifestCompletedEventArgs>(GetManifestCompleted); 384_hostingManager.GetManifestAsync(); 492_hostingManager.DownloadProgressChanged += new EventHandler<DownloadProgressChangedEventArgs>(DownloadProgressChanged); 493_hostingManager.DownloadApplicationCompleted += new EventHandler<DownloadApplicationCompletedEventArgs>(DownloadApplicationCompleted); 494_hostingManager.DownloadApplicationAsync(); 545_hostingManager.AssertApplicationRequirements(); 703getWinFXReq = DeploymentExceptionMapper.GetWinFXRequirement(exception, _hostingManager, out version, out _fwlinkUri); 872_hostingManager.DownloadProgressChanged -= new EventHandler<DownloadProgressChangedEventArgs>(DownloadProgressChanged); 959ObjectHandle oh = _hostingManager.Execute(); 1008Invariant.Assert(_hostingManager != null, "_hostingManager should not be null if _isInAsynchronousOperation is true"); 1009_hostingManager.CancelAsync();