1 write to windowsFontCache
System.Windows.Forms (1)
misc\GDI\WindowsGraphicsCacheManager.cs (1)
86
windowsFontCache
= new List<KeyValuePair<Font, WindowsFont>>(CacheSize);
2 references to windowsFontCache
System.Windows.Forms (2)
misc\GDI\WindowsGraphicsCacheManager.cs (2)
83
if (
windowsFontCache
== null)
89
return
windowsFontCache
;