5 references to s_activePackageUri
PresentationCore (5)
MS\Internal\XpsLoadingContext.cs (5)
48get => s_activePackageUri.Value; 49set => s_activePackageUri.Value = value; 55internal static bool IsActive => s_activePackageUri.Value != null; 68return IsUriAllowedAgainstPackage(s_activePackageUri.Value, uri); 137parentUri = s_activePackageUri.Value;