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