6 references to Add
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ToolStripPanelRow.cs (6)
1307
Row.ControlsInternal.
Add
(toolStripToDrag);
1395
Row.ControlsInternal.
Add
(toolStripToDrag);
1836
Row.ControlsInternal.
Add
(toolStripToDrag);
1926
Row.ControlsInternal.
Add
(toolStripToDrag);
2077
this.
Add
(value[i]);
2160
int IList.Add(object value) { return
Add
(value as Control); }