4 references to IndexOf
System.Windows.Forms (2)
System\Windows\Forms\Control.ControlCollection.cs (2)
130
return
IndexOf
(c);
405
int index =
IndexOf
(child);
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripDesigner.cs (2)
1561
index = parent.Controls.
IndexOf
(c);
1590
index = parent.Controls.
IndexOf
(c);