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