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