1 write to originalCount
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
15226
this.
originalCount
= controls.Count;
1 reference to originalCount
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Control.cs (1)
15243
if (current < controls.Count - 1 && current <
originalCount
- 1) {