3 references to Add
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripPanel.cs (3)
1376
this.
Add
(value[i]);
1401
this.
Add
(value[i]);
1446
int IList.Add(object value) { return
Add
(value as ToolStripPanelRow); }