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