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