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