2 references to IndexOf
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (2)
14835
return
IndexOf
((Control)control);
15167
int index =
IndexOf
(child);