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)
115
if (
_absoluteLocation
== null)
135
": SiteOfOriginPart: Making web request to " +
_absoluteLocation
);
141
if (string.Equals(
_absoluteLocation
.Scheme, Uri.UriSchemeFile, StringComparison.OrdinalIgnoreCase))
161
": Opening local file " +
_absoluteLocation
);
170
return File.OpenRead(
_absoluteLocation
.LocalPath);
177
WebResponse response = WpfWebRequestHelper.CreateRequestAndGetResponse(
_absoluteLocation
);
185
": Successfully retrieved stream from " +
_absoluteLocation
);