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