2 writes to _fontMappings
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3539
_fontMappings
= null;
3707
_fontMappings
= new Hashtable();
4 references to _fontMappings
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (4)
3705
if (
_fontMappings
== null)
3772
if (
_fontMappings
[keyname] == null)
3774
_fontMappings
.Add(keyname, rhs_name);
3783
return
_fontMappings
;