3 references to Insert
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (2)
913RowsInternal.Insert(index, row); 932RowsInternal.Insert(index, row);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelRowCollection.cs (1)
119void IList.Insert(int index, object? value) { Insert(index, (ToolStripPanelRow)value!); }