3 references to Insert
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.HorizontalRowManager.cs (1)
430Row.ControlsInternal.Insert(index, toolStripToDrag);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowControlCollection.cs (1)
188void IList.Insert(int index, object? value) { Insert(index, (Control)value!); }
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.VerticalRowManager.cs (1)
436Row.ControlsInternal.Insert(index, toolStripToDrag);