3 references to Insert
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (3)
1304Row.ControlsInternal.Insert(index, toolStripToDrag); 1833Row.ControlsInternal.Insert(index, toolStripToDrag); 2164void IList.Insert(int index, object value) { Insert(index, value as Control); }