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)
92Action action = () => _toolStripPanelRowCollection.Add(value: null!); 318collection.Add(row); 328collection.Add(rows[i]);