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