5 references to CacheSize
System.Windows.Forms (5)
misc\GDI\WindowsGraphicsCacheManager.cs (5)
86windowsFontCache = new List<KeyValuePair<Font, WindowsFont>>(CacheSize); 176index = CacheSize - 1; 187if (currentIndex == CacheSize) 192if (WindowsFontCache.Count == CacheSize) // No more room, update current index. 204if (loopIndex >= CacheSize) {