2 references to DontKeepUnicodeBidiFormattingCharactersName
System (2)
sys\AppContextDefaultValues.Defaults.cs (1)
50
LocalAppContext.DefineSwitchDefault(LocalAppContextSwitches.
DontKeepUnicodeBidiFormattingCharactersName
, true);
sys\LocalAppContextSwitches.cs (1)
47
return LocalAppContext.GetCachedSwitchValue(
DontKeepUnicodeBidiFormattingCharactersName
, ref _dontKeepUnicodeBidiFormattingCharacters);