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