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