1 write to _specialCharacters
PresentationCore (1)
Core\CSharp\System\Windows\Media\TextFormatting\TextFormatterContext.cs (1)
555
System.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)
165
if (
_specialCharacters
== null)
494
return
_specialCharacters
.ContainsKey(c);