6 references to IsUriAllowedAgainstPackage
PresentationCore (6)
MS\Internal\FontCache\FontSource.cs (2)
189if (!_fontUri.IsFile && !XpsLoadingContext.IsUriAllowedAgainstPackage(_xpsPackageOrigin, _fontUri)) 271if (!XpsLoadingContext.IsUriAllowedAgainstPackage(_xpsPackageOrigin, _fontUri))
MS\Internal\XpsLoadingContext.cs (1)
68return IsUriAllowedAgainstPackage(s_activePackageUri.Value, uri);
System\Windows\Media\ColorContext.cs (1)
497&& !XpsLoadingContext.IsUriAllowedAgainstPackage(_xpsPackageOrigin, profileUri))
System\Windows\Media\Imaging\BitmapDownload.cs (1)
84if (!XpsLoadingContext.IsUriAllowedAgainstPackage(xpsOrigin, uri))
System\Windows\Media\Imaging\BitmapImage.cs (1)
295&& !XpsLoadingContext.IsUriAllowedAgainstPackage(_xpsPackageOrigin, uri))