2 references to DisableCmapAndSbitOverflowProtectionSwitchName
PresentationCore (2)
MS\Internal\CoreAppContextSwitches.cs (1)
454
return LocalAppContext.GetCachedSwitchValue(
DisableCmapAndSbitOverflowProtectionSwitchName
, ref _disableCmapAndSbitOverflowProtection);
System\AppContextDefaultValues.cs (1)
31
LocalAppContext.DefineSwitchDefault(CoreAppContextSwitches.
DisableCmapAndSbitOverflowProtectionSwitchName
, false);