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