2 writes to _fontMappings
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
3597
_fontMappings
= null;
3762
_fontMappings
= new Hashtable();
4 references to _fontMappings
PresentationFramework (4)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
3760
if (
_fontMappings
== null)
3827
if (
_fontMappings
[keyname] == null)
3829
_fontMappings
.Add(keyname, rhs_name);
3838
return
_fontMappings
;