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