1 write to controls
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
15225this.controls = controls;
2 references to controls
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
15243if (current < controls.Count - 1 && current < originalCount - 1) { 15262return controls[current];