3 references to Insert
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripPanel.cs (3)
1092
this.RowsInternal.
Insert
(index, row);
1110
this.RowsInternal.
Insert
(index, row);
1448
void IList.Insert(int index, object value) {
Insert
(index, value as ToolStripPanelRow); }