5 writes to current
System.Windows.Forms (5)
winforms\Managed\System\WinForms\StringSource.cs (5)
50
current
= 0;
101
current
= 0;
123
current
++;
137
current
= 0;
142
current
+= celt;
3 references to current
System.Windows.Forms (3)
winforms\Managed\System\WinForms\StringSource.cs (3)
120
while (
current
< size && celt > 0)
122
rgelt[fetched] = strings[
current
];
143
if (
current
>= size)