3 references to GetChildIndex
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
12642int curIndex = this.Controls.GetChildIndex(ctl); 12698for (int i = this.Controls.GetChildIndex(ctl); --i >= 0;) { 15187int currentIndex = GetChildIndex(child);