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