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