5 writes to bkImgFileNamesCount
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ListView.cs (5)
2360this.bkImgFileNamesCount = -1; 3018this.bkImgFileNamesCount = -1; 4839this.bkImgFileNamesCount = -1; 4855this.bkImgFileNamesCount --; 4858this.bkImgFileNamesCount ++;
4 references to bkImgFileNamesCount
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListView.cs (4)
2342for (int i = 0; i <= this.bkImgFileNamesCount; i ++) { 3004for (int i = 0; i <= this.bkImgFileNamesCount; i++) { 4842if (this.bkImgFileNamesCount == BKIMGARRAYSIZE - 1) { 4859this.bkImgFileNames[this.bkImgFileNamesCount] = fileNameToDelete;