3 references to IndexOf
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
333
int index = ToolStrips.
IndexOf
(start);
System.Windows.Forms.Primitives (2)
System\Collections\Generic\WeakRefCollection.cs (2)
53
int index =
IndexOf
(value);
77
public bool Contains(T value) =>
IndexOf
(value) != -1;