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