1 write to _absoluteLocation
PresentationCore (1)
Core\CSharp\MS\Internal\AppModel\SiteOfOriginPart.cs (1)
139_absoluteLocation = new Uri(SiteOfOriginContainer.SiteOfOrigin, uriMinusInitialSlash);
4 references to _absoluteLocation
PresentationCore (4)
Core\CSharp\MS\Internal\AppModel\SiteOfOriginPart.cs (4)
127if (_absoluteLocation == null) 153if (SecurityHelper.AreStringTypesEqual(_absoluteLocation.Scheme, Uri.UriSchemeFile)) 182return File.OpenRead(_absoluteLocation.LocalPath); 189WebResponse response = WpfWebRequestHelper.CreateRequestAndGetResponse(_absoluteLocation);