1 write to _absoluteLocation
PresentationCore (1)
MS\Internal\AppModel\SiteOfOriginPart.cs (1)
128_absoluteLocation = new Uri(SiteOfOriginContainer.SiteOfOrigin, uriMinusInitialSlash);
7 references to _absoluteLocation
PresentationCore (7)
MS\Internal\AppModel\SiteOfOriginPart.cs (7)
116if (_absoluteLocation == null) 136": SiteOfOriginPart: Making web request to " + _absoluteLocation); 142if (string.Equals(_absoluteLocation.Scheme, Uri.UriSchemeFile, StringComparison.OrdinalIgnoreCase)) 162": Opening local file " + _absoluteLocation); 171return File.OpenRead(_absoluteLocation.LocalPath); 178WebResponse response = WpfWebRequestHelper.CreateRequestAndGetResponse(_absoluteLocation); 186": Successfully retrieved stream from " + _absoluteLocation);