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