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();
703
getWinFXReq = DeploymentExceptionMapper.GetWinFXRequirement(exception,
_hostingManager
, out version, out _fwlinkUri);
872
_hostingManager
.DownloadProgressChanged -= new EventHandler<DownloadProgressChangedEventArgs>(DownloadProgressChanged);
959
ObjectHandle oh =
_hostingManager
.Execute();
1008
Invariant.Assert(
_hostingManager
!= null, "_hostingManager should not be null if _isInAsynchronousOperation is true");
1009
_hostingManager
.CancelAsync();