2 writes to _fontMappings
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3540
_fontMappings
= null;
3708
_fontMappings
= new Hashtable();
4 references to _fontMappings
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (4)
3706
if (
_fontMappings
== null)
3773
if (
_fontMappings
[keyname] == null)
3775
_fontMappings
.Add(keyname, rhs_name);
3784
return
_fontMappings
;