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