3 writes to _fwlinkUri
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (3)
43
_fwlinkUri
= null;
698
DeploymentExceptionMapper.ConstructFwlinkUrl(version, out
_fwlinkUri
);
703
getWinFXReq = DeploymentExceptionMapper.GetWinFXRequirement(exception, _hostingManager, out version, out
_fwlinkUri
);
5 references to _fwlinkUri
PresentationFramework (5)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (5)
1141
Invariant.Assert(
_fwlinkUri
!= null);
1142
AppSecurityManager.ShellExecuteDefaultBrowser(
_fwlinkUri
);
1148
if (!frameworkActivated &&
_fwlinkUri
!= null)
1151
Invariant.Assert(
_fwlinkUri
!= null);
1152
AppSecurityManager.ShellExecuteDefaultBrowser(
_fwlinkUri
);