1 write to _absoluteLocation
PresentationCore (1)
MS\Internal\AppModel\SiteOfOriginPart.cs (1)
127_absoluteLocation = new Uri(SiteOfOriginContainer.SiteOfOrigin, uriMinusInitialSlash);
7 references to _absoluteLocation
PresentationCore (7)
MS\Internal\AppModel\SiteOfOriginPart.cs (7)
115if (_absoluteLocation == null) 135": SiteOfOriginPart: Making web request to " + _absoluteLocation); 141if (string.Equals(_absoluteLocation.Scheme, Uri.UriSchemeFile, StringComparison.OrdinalIgnoreCase)) 161": Opening local file " + _absoluteLocation); 170return File.OpenRead(_absoluteLocation.LocalPath); 177WebResponse response = WpfWebRequestHelper.CreateRequestAndGetResponse(_absoluteLocation); 185": Successfully retrieved stream from " + _absoluteLocation);