5 references to IndexOf
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.HorizontalRowManager.cs (2)
148
int index = Row.ControlsInternal.
IndexOf
(movingControl);
355
int index = Row.ControlsInternal.
IndexOf
(toolStripToDrag);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowControlCollection.cs (1)
186
int IList.IndexOf(object? value) { return
IndexOf
((Control)value!); }
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.VerticalRowManager.cs (2)
150
int index = Row.ControlsInternal.
IndexOf
(movingControl);
565
int index = Row.ControlsInternal.
IndexOf
(toolStripToDrag);