1 write to _specialCharacters
PresentationCore (1)
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs (1)
555System.Threading.Interlocked.CompareExchange<Dictionary<char,bool>>(ref _specialCharacters, dict, null);
2 references to _specialCharacters
PresentationCore (2)
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs (2)
165if (_specialCharacters == null) 494return _specialCharacters.ContainsKey(c);