6 references to Add
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelRowCollection.cs (3)
59Add(value[i]); 80Add(value[i]); 117int IList.Add(object? value) { return Add((ToolStripPanelRow)value!); }
System.Windows.Forms.Tests (3)
System\Windows\Forms\ToolStripPanel.ToolStripPanelRowCollectionTests.cs (3)
90Action action = () => _toolStripPanelRowCollection.Add(value: null!); 316collection.Add(row); 326collection.Add(rows[i]);