2 writes to _fontMappings
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3538
_fontMappings
= null;
3703
_fontMappings
= new Hashtable();
4 references to _fontMappings
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (4)
3701
if (
_fontMappings
== null)
3768
if (
_fontMappings
[keyname] == null)
3770
_fontMappings
.Add(keyname, rhs_name);
3779
return
_fontMappings
;