2 writes to _fontMappings
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3537
_fontMappings
= null;
3702
_fontMappings
= new Hashtable();
4 references to _fontMappings
PresentationFramework (4)
System\Windows\Documents\RtfToXamlReader.cs (4)
3700
if (
_fontMappings
== null)
3767
if (
_fontMappings
[keyname] == null)
3769
_fontMappings
.Add(keyname, rhs_name);
3778
return
_fontMappings
;