4 writes to currentIndex
System.Windows.Forms (4)
misc\GDI\WindowsGraphicsCacheManager.cs (4)
85currentIndex = -1; 185currentIndex++; 189currentIndex = 0; 214currentIndex = loopIndex;
4 references to currentIndex
System.Windows.Forms (4)
misc\GDI\WindowsGraphicsCacheManager.cs (4)
152int index = currentIndex; 187if (currentIndex == CacheSize) 201int startIndex = currentIndex; 225WindowsFontCache[currentIndex] = newEntry;