3 writes to current
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
15227
current
= -1;
15244
current
++;
15253
current
= -1;
4 references to current
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (4)
15243
if (
current
< controls.Count - 1 &&
current
< originalCount - 1) {
15258
if (
current
== -1) {
15262
return controls[
current
];