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)
116
if (
_absoluteLocation
== null)
136
": SiteOfOriginPart: Making web request to " +
_absoluteLocation
);
142
if (string.Equals(
_absoluteLocation
.Scheme, Uri.UriSchemeFile, StringComparison.OrdinalIgnoreCase))
162
": Opening local file " +
_absoluteLocation
);
171
return File.OpenRead(
_absoluteLocation
.LocalPath);
178
WebResponse response = WpfWebRequestHelper.CreateRequestAndGetResponse(
_absoluteLocation
);
186
": Successfully retrieved stream from " +
_absoluteLocation
);