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