Base:
method
Add
System.Windows.Forms.ReadOnlyControlCollection.Add(System.Windows.Forms.Control)
6 references to Add
System.Windows.Forms.Tests (6)
System\Windows\Forms\ToolStripContainer.ToolStripContainerTypedControlCollectionTests.cs (6)
16collection.Add(null); 27Action act = () => collection.Add(panel); 38Action act = () => collection.Add(button); 56collection.Add(control); 84collection.Add(panel); 130collection.Add(panel);