2 references to DisableXpsPackageBoundaryRestrictionSwitchName
PresentationCore (2)
MS\Internal\CoreAppContextSwitches.cs (1)
499
return LocalAppContext.GetCachedSwitchValue(
DisableXpsPackageBoundaryRestrictionSwitchName
, ref _disableXpsPackageBoundaryRestriction);
System\AppContextDefaultValues.cs (1)
33
LocalAppContext.DefineSwitchDefault(CoreAppContextSwitches.
DisableXpsPackageBoundaryRestrictionSwitchName
, false);